Env

Environment variables can be

  • self - defined within the same yml file
  • env - defined within an env file
  • opt - defined on CLI
    • ex. sls invoke --stage="local" ... can be accessed with ${opt:stage}

Resources