We will try registration and login from web application to test API Gateway, Lambda function and User pool working.
Open API Gateway console.
Open config.js file in source code folder of application - FCJ-Serverless-Workshop.
Open your terminal and run the below commands.
yarn build
aws s3 rm s3://fcj-book-shop-by-myself --recursive
aws s3 cp build s3://fcj-book-shop-by-myself --recursive
Open Amazon S3 console.
Open your browser with recorded Bucket website endpoint url.