DEV Community

Cover image for Databases - Query Data with DynamoDB
Kemisola
Kemisola

Posted on

Databases - Query Data with DynamoDB

In this Project:
👉I created a DynamoDB table in the AWS Management Console.
👉I loaded four files into matching DynamoDB tables using AWS Cloudhsell.
👉I queried the data in the DynamoDB console. This involved a lot of learning about partition and sort keys and the benefits (and limitations) of using DynamoDB compared to relational databases!

Here is a link to the Project: https://drive.google.com/file/d/1rRmcqXa3V7LMHXQuW-hoDoNpw1caG1CM/view?usp=sharing

Top comments (0)