SYS 360 Lab 6 2: DynamoDB - JadenGil/Jaden-Tech-Journal GitHub Wiki
Create a Table
To start things off we want to search for DynamoDB in the search bar and once on the home screen we want to go to the dashboard:
Then we want to select "Create Table":
Enter the following and leave the default settings:
Write Data to the Table
Once the table is successfully created we want to select the music table, then "Explore Items", then "Create item" and follow the steps taken in the screenshots:
Then repeat 6 more times:
Query Data
Create a Global Secondary Index
On the navigation pane select "Tables" and select "Music" then select "Indexes" and "Create table":
Enter the following and leave the settings default and create the index:
You can now query the index (Mine let me query it but for some reason, it brought back no data EVEN THOUGH it exists I tried recreating the index and adding a new artist but nothing worked):
Import from S3 Bucket and query:
Troubleshooting Import
Go to CloudWatch and check the logs:
Once you have all your screenshots - delete your 2 Tables from DynamoDB - and your S3 Bucket