DEV Community

Success Enin
Success Enin

Posted on

Creating an AWS DynamoDB

  1. 1. Go to the AWS Management Console.
  2. 2. Navigate to the DynamoDB console, then click Create Table.
  3. 3. Input a table name of your choice and a partition key name of your choice (e.g "res").
  4. 4. You can then choose the default settings or customize your own depending on your use case.
  5. Click on create table and you are good to go.

Top comments (0)