Set up a database in Amazon DynamoDB

This page shows you one way of how to set up an Amazon DynamoDB table. You should customize these steps to your needs accordingly.

Get {account_id} and {region} needed for IAM setup

Create the DynamoDB table

  • Create table

  • Table details and settings. Just set the following fields for now, leave all others to default.

    • Table name

    • Partition key

  • The table will take a few moments to create and once it does, you'll see the following:

Last updated