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?
Este ejercicio forma parte del curso
Using Data Stores in AWS
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio