Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 27, 2022 18:56
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 richardgrantserverless/cb466d9235ad9f10c655035ca3df36ee to your computer and use it in GitHub Desktop.
Save richardgrantserverless/cb466d9235ad9f10c655035ca3df36ee to your computer and use it in GitHub Desktop.
service: quotes
provider:
name: aws
runtime: python3.6
stage: dev
region: us-east-1
memorySize: 128
plugins:
- serverless-wsgi
- serverless-python-requirements
custom:
wsgi:
app: app.app
packRequirements: false
functions:
app:
handler: wsgi.handler
events:
- http: ANY /
- http: 'ANY {proxy+}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment