Skip to content

2. Create a DynamoDB Table

Vikas Rathod edited this page Feb 20, 2021 · 1 revision

Create a DynamoDB Table

Follow below steps to Create a DynamoDB Table

  • Login into your AWS Management Console.
  • Make sure your in Canada (Central) ca-central-1 regian
  • Go to Services , and open DynamoDb under Database section.
  • Click on Create Table
    • enter serverless as Table name
    • enter id as Primary Key
    • Drop down value should be string
  • Click on Add tags.
    • Enter Function as key and Practice as Value.
  • Click on Create
  • It will take some time (15-30 sec to setting up your bucket)

Now Click on serverless table and copy Amazon Resource Name (ARN) from Table details. This is your serverless table ARN. You'll need this ARN to create a IAM role. So paste it in notes.

You've successfully created a DynamoDB database.