Amazon DynamoDB

Create Table

Enter Data

knowledge check

  1. query → retrieve data based on specific param
  2. before deleting table → consider creating backup of data
  3. flexibility → attributes can be added to items without disturbing others
  4. inserting data → items can different attributes exc. primary key which must be present in each item
  5. primary key + sort key → both are used together to uniquely identify items