BetterTwitFix/serverless.yml
2022-05-15 01:14:41 +01:00

20 lines
No EOL
278 B
YAML

service: twitfix
provider:
name: aws
runtime: python3.9
plugins:
- serverless-wsgi
- serverless-python-requirements
functions:
webhook:
handler: wsgi_handler.handler
url: true
custom:
wsgi:
app: twitfix.app
pythonRequirements:
pythonBin: python