Create, Populate, and Query a DynamoDB Table Using the AWS CLI
In this lab, you’ll practice different operations regarding DynamoDB using AWS CLI. When you’re finished with this lab, you’ll have skills regarding DynamoDB along with its efficient operation using AWS CLI.
Terms and conditions apply.
Lab info
Lab author
Challenge
Set up a Cloud9 Development Environment
You will set up a Cloud 9 development environment that will allow you to execute the AWS CLI commands.
Challenge
Create DynamoDB Table and Populate Data to the Table
You will create a DynamoDB table and populate the table with data using AWS CLI.
Challenge
Query the DynamoDB Table
You will populate the DynamoDB table using data stored in the JSON file and query the table using AWS CLI.
Challenge
Create a Books Info Table Using NodeJS and Populate Data Using the JSON File
You will create the books-info table and populate data using NodeJS and AWS CLI.
Challenge
Query the Books Info Table Created in Challenge 4
You will perform different queries and scan operations on the DynamoDB table created in the Challenge 4.
Challenge
Review the Operations Done in Challenge 5 Using the AWS DynamoDB Console
You will review the tables and data populated in Challenge 4 along with executing queries in Challenge 5 using the AWS DynamoDB console.
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
- Familiarity with AWS CLI and Cloud9 is preferable.