Preparation
Before doing the main content of this workshop, we prepare the SAM project and download the front-end source to your machine.
- Download theh below source code of SAM project
fcj-book-store-sam-ws7.zip
(8275 ko)
- Run the following command
sam build
- Run the following command to clone fcj-serverless-frontend code to your device
git clone https://github.com/AWS-First-Cloud-Journey/FCJ-Serverless-Workshop
- Run the following command in the root folder of fcj-serverless-frontend to build project
yarn build
We have prepared the necessary source for the next steps.