Skip to content

Instantly share code, notes, and snippets.

@igladun

igladun/conf.yml Secret

Created February 15, 2020 12:19
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 igladun/a95c12f9536d4088e833597558cfb07b to your computer and use it in GitHub Desktop.
Save igladun/a95c12f9536d4088e833597558cfb07b to your computer and use it in GitHub Desktop.
service: alertguru
provider:
name: aws
runtime: python3.7
versionFunctions: true
memorySize: 512
# timeout: 60
region: eu-central-1
plugins:
- serverless-swagger-api
custom:
swaggerApi:
updateDeployments: true
usePackageVersion: true
apis:
PrimaryApi:
Name: ${self:provider.stage}-${self:service}-PrimaryApi
Body: ${file(api/alert-guru-api.yaml)}
Lambda: TestPathLambdaFunction
Stage: dev
functions:
TestPathLambdaFunction:
handler: handler.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment