Open DynamoDB console, then Click Create table
Enter table name: Books
id
rv_id
(review id), type is Number
Scroll down to Table settings pattern, select Customize settings
Enter sort key: name
Scroll down to the bottom, click Create table So we have created the Books table with the Local secondary index of name-index
To add data to the table, you can download the file below: