Ex:Retrieve student items

Hands on Exercise

In this exercise you will use the Retrieve APIs with projections, filter and limits.

1. Get Item

  • From Student table, Get the item with PK = john@xyz.com
  • Get only the courses that the student is enrolled in

2. Get ALL students who are above grade 5

  • Use appropriate sort key expression

3. Get all students enrolled in course “English”

  • You need to check the String Set to see if it has “English”