Configure DynamoDB with the AWS JavaScript SDK
In this lab, you’ll practice working with DynamoDB using the AWS JavaScript SDK. When you’re finished with this lab, you’ll have written and deployed a Node.js application which stores and retrieves data from DynamoDB.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create a DynamoDB Table
Create a table in DynamoDB which will be used by your program to store data.
Challenge
Use the Cloud9 Environment
Set up AWS Cloud9 for your application.
Challenge
Write Items to DynamoDB
Use JavaScript and the AWS SDK to write items to a table in DynamoDB.
Challenge
Scan Items in DynamoDB
Read all items from a DynamoDB table.
Challenge
Get Item from DynamoDB
Fetch a single item from a DynamoDB table by using its primary key.
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
- JavaScript / Node.js
- Amazon DynamoDB
- Bash CLI