Preparation

Before doing the main content of this workshop, we prepare the SAM project and download the front-end source to your machine.

  1. Download theh below source code of SAM project
  1. Run the following command
sam build
  1. 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
  1. 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.