Some useful information & steps

  • Refer this repository for full workshop code.
  • Register your account with AWS, if not already.
  • Set up AWS locally by following the steps here
  • Quick start with a serverless project
    • npm install -g serverless
    • serverless
    • npm init
    • serverless deploy
    • If using a specific aws profile
    • serverless deploy --aws-profile personal