- Create a new DynamoDB table named Movies. For the primary key use Title as String. Add a sort key named Genre as String.
Take a screenshot of the table that shows the keys.
- Add Data - Click on the items tab of your Movies table and click Create item. Add 5 movies to the table that include the Title and Genre. For each movie in the table, add 1 additional, unique (ex. director, running time, etc..) attribute about the movie.
Take a screenshot of the table data that shows the 5 movies.
- Change the genre of 1 of your movies.
Take a screenshot of the table data that shows the 5 movies.
- Filter your table to display all movies with a genre of comedy
Take a screenshot of the comedy movies.
- Query your table to look for a movie with a specific title. Make sure that it is a movie in your dataset
Take a screenshot of the query result.
- After completing the lab and getting credit in the GradeCenter, delete the DynamoDB resources to avoid being billed.