Creating a DynamoDB table

In this step, we will create a DynamoDB table to persist our data.

  1. Login to AWS Management Console using your console sign-in link and IAM credential.

  2. Open the DynamoDB console.

  3. Open the Tables section in the navigation drawer.

  4. Click Create table

    alt text

  5. In the Table details section, enter:

    • Table name: UsersTable
    • Partition key: id

    alt text

  6. In the Table settings section, select Default settings which has:

    • Table class of DynamoDB Standard
    • Capacity mode of On-demand
  7. Click Create table

    alt text

  8. Wait for Status of the table to change from Creating to Active.

    alt text