Choosing the right GSI design for email lookups
You have a "Users" table with userId (partition key) and no sort key. Users are queried by userId during login. Now you need to add a "forgot password" feature that looks up users by email address. You're considering adding a GSI.
Which GSI design is BEST for this use case?
This exercise is part of the course
Using Data Stores in AWS
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise