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