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
  • fcjdmssam.zip (1145 ko)
    1. Run the following command
    sam build
    
    1. Run the following command to clone code to your device
    git clone https://github.com/AWS-First-Cloud-Journey/FCJ-Serverless-DMS.git
    
    1. Run the following command in the root folder of project to build project
    npm install
    yarn build
    

    We have prepared the necessary source for the next steps.