Create DynamoDB table

Create DynamoDB table

  1. Open DynamoDB console
  2. Click Create table

CreateTable

  1. Enter table name: Documents
  • Enter Partition key is user_id
  • Enter Sort key is file

CreateTable

  1. In Table setting section, select Customize settings
  • Keep DynamoDB Standard for Table class
  • Select On-demand for Capacity mode

CreateTable

  1. Scroll to the bottom of the page, click Create table

CreateTable