In this step, we will create a DynamoDB table to persist our data.
Login to AWS Management Console using your console sign-in link and IAM credential.
Open the DynamoDB console.
Open the Tables
section in the navigation drawer.
Click Create table
In the Table details
section, enter:
UsersTable
id
In the Table settings
section, select Default settings
which has:
DynamoDB Standard
On-demand
Click Create table
Wait for Status of the table to change from Creating
to Active
.