Open sbacky opened 11 months ago
Need to authenticate users. Cannot have anybody able to select gifts. Using Auth0 for authentication.
EDIT: Define permissions and User Roles. Use PostUserRegistration Flow Action (Rule) to assign registered user a role.
To save state, using AWS DynamoDB for NoSQL database.
Expose database through API Gateway. Secure endpoints with custom JWT Authorizer. Associate lambda functions to endpoints to implement function logic.
Add a wishlist feature to track items and mark whether an item is selected or not. List needs to maintain state of items selected.