Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created August 23, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/fc6d83700adf9aaa9043ff408263f309 to your computer and use it in GitHub Desktop.
Save nivleshc/fc6d83700adf9aaa9043ff408263f309 to your computer and use it in GitHub Desktop.
provider:
name: aws
runtime: python3.7
endpointType: regional
stage: ${self:custom.stage}
region: ${self:custom.region}
memorySize: 256
timeout: 300
versionFunctions: false
deploymentBucket: sls-${self:custom.application}-deploymentbucket
logRetentionInDays: ${self:custom.logRetentionInDays}
environment:
STAGE: ${self:custom.stage}
REGION: ${self:custom.region}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment