BetterTwitFix/serverless.yml

20 lines
278 B
YAML
Raw Normal View History

2022-05-15 02:14:41 +02:00
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