7.1 Create DynamoDB Table

Steps to Implement

  1. Access the AWS Management Console and search for the DynamoDB service. image
  2. In the DynamoDB interface, select “Create table.” image
  3. In the create table interface, enter the following information:
    • Table name: fashion-rcm-table
    • Partition key: user_id Select Number
  4. Click Create table to create the table. image