Online Store Using AWS, React, and Stripe

Live: http://bookstorev2-20211001164118-hostingbucket-prod.s3-website.eu-west-2.amazonaws.com/

Course Link: https://www.youtube.com/watch?v=JgwI22y_eFA

Channel Link: https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ

Notes

Folder directory for lambda functions: amplify/backend/functions

Folder directory for api gateway: amplify/backend/api

Amplify CLI

Configure amplify

amplify configure

Init amplify

amplify init

Add amplify service

amplify add <service-name>

Update amplify service setting

amplify update <service-name>

Remove amplify service

amplify remove <service-name>