Create a Table in DynamoDB

Takes 30 mins

DynamoDB is an Amazon Web Services platform that supports data structures and cloud services. It is a key-value and document-based database that is fully managed and provides high performance at scale. It provides us with high scalability, reliability, built-in security, data restoration, and data availability without any data set limit.

image

Lab tasks

  • Find DynamoDB service.
  • Create a table.
  • Add the primary key.
  • Set the read/write capacity.
  • Clean up.

Architecture diagram

The following is the high-level architecture diagram of how to create a table in DynamoDB.

image