Create DynamoDB table

  1. Open DynamoDB console, then Click Create table DynamoDBConsole

  2. Enter table name: Books

    • Enter parition key: id DynamoDBConsole
  3. Scroll down to Table settings pattern, select Customize settings

    • Then Table class pattern, select DynamoDB Standard
    • Scroll down to Read/write capacity setting pattern, select On-demand DynamoDBConsole
  4. Leave at default with the options below

  5. Scroll to the bottom, click Create table. So you have created the Books table