Create a table

In this step, you create a Music table in Amazon DynamoDB. The table has the following details:

  • Partition key — Artist

  • Sort key — SongTitle

  1. Sign in to the AWS Management Console and open the DynamoDB Console at DynamoDB Management Console.

  2. In the navigation bar on the left side of the panel, select Dashboard.

  3. On the right side of the panel, select Create Table.

Create Table Dashboard!

  1. Enter the table details as follows:
  • For Table name, enter Music.

  • For Partition key, enter Artist.

  • Enter SongTitle as Sort key.

  • Select Default settings.

Create Table Dashboard!

  1. Select Create table to create the table.

Create Table Dashboard!