Skip to content

Instantly share code, notes, and snippets.

@codepreneur
Created July 3, 2016 23:25
Show Gist options
  • Save codepreneur/1602a2008b24a69c2750f5670331b65f to your computer and use it in GitHub Desktop.
Save codepreneur/1602a2008b24a69c2750f5670331b65f to your computer and use it in GitHub Desktop.
serverless framework/cli env variables file
vars: null
stages:
dev:
vars: null
regions:
us-west-2:
vars:
service: sadiavasio
stage: dev
iamRoleArnLambda: [gets generated and added here when you run sls deploy]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment