Before doing the main content of this workshop, we prepare the SAM project and download the front-end source to your machine.
sam build
git clone https://github.com/AWS-First-Cloud-Journey/FCJ-Serverless-DMS.git
npm install
yarn build
We have prepared the necessary source for the next steps.