Objectives
Lab Details
  1. 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.

  2. 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.

  3. Change the genre of 1 of your movies.

    Take a screenshot of the table data that shows the 5 movies.

  4. Filter your table to display all movies with a genre of comedy

    Take a screenshot of the comedy movies.

  5. 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.

  6. After completing the lab and getting credit in the GradeCenter, delete the DynamoDB resources to avoid being billed.
What did I learn?