sbacky / sbacky.github.io

My website, including my photo album, portfolio, resume and blog.
https://sbacky.github.io/
0 stars 0 forks source link

Add Wishlist feature #1

Open sbacky opened 11 months ago

sbacky commented 11 months ago

Add a wishlist feature to track items and mark whether an item is selected or not. List needs to maintain state of items selected.

sbacky commented 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.

sbacky commented 11 months ago

To save state, using AWS DynamoDB for NoSQL database.

sbacky commented 11 months ago

Expose database through API Gateway. Secure endpoints with custom JWT Authorizer. Associate lambda functions to endpoints to implement function logic.