Interact with RDS Databases through the Console and the AWS JavaScript SDK
In this lab, you’ll practice creating a PostgreSQL database using Amazon RDS and working with it using JavaScript. When you’re finished with this lab, you’ll have a Node.js application able to issue commands to a PostgreSQL database running on RDS.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create a Database in RDS
Set up a new PostgreSQL database in RDS using the AWS Console.
Challenge
Use the Cloud9 Environment
Set up Cloud9 for your application.
Challenge
Create Tables in RDS
Use the Sequelize ORM to quickly create database tables in Amazon RDS.
Challenge
Create Records - Part I
Use Sequelize ORM to create database records.
Challenge
Create Records - Part II
Create records in the database for a different customer
Challenge
Query Records in RDS Using SQL
Use SQL from JavaScript to run queries in RDS.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Amazon RDS
- JavaScript
- SQL