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.

Revisions

  1. codepreneur created this gist Jul 3, 2016.
    10 changes: 10 additions & 0 deletions serverless.env.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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]