DynamoDB Data Model

Learn how data is stored in DynamoDB.

We'll cover the following...

Tables

Tables are the basic store of data. We can have multiple tables in our database. These tables are similar to relational database tables. We store data as items in our tables. However, ...