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:

image

Then we want to select "Create Table":

image

Enter the following and leave the default settings:

image


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:

image

Then repeat 6 more times:

image


Query Data

image


Create a Global Secondary Index

On the navigation pane select "Tables" and select "Music" then select "Indexes" and "Create table":

image

Enter the following and leave the settings default and create the index:

image

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):

image

Import from S3 Bucket and query:

image


Troubleshooting Import

Go to CloudWatch and check the logs:

image

Once you have all your screenshots - delete your 2 Tables from DynamoDB - and your S3 Bucket