Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

This works serverless with zappa #7

Open
Bartvds opened this issue Aug 23, 2017 · 0 comments
Open

This works serverless with zappa #7

Bartvds opened this issue Aug 23, 2017 · 0 comments

Comments

@Bartvds
Copy link

Bartvds commented Aug 23, 2017

We're running a django-micro app serverless on AWS Lambda using Zappa 馃憤

Only things needed was to use "app.application" as app_function WSGI function and to not specify a django_settings module in zappa_config.json; and then apply the sys.path import fix from django_zappa.py.

It also runs fine without database by disabling all database related apps and functionality.

This is a pretty neat way to run lightweight services while keeping commonality with our existing full fat Django apps and dependencies!

FYI 馃槈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant