-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this framework work with Google Cloud Functions / AWS Lambda / Azure Functions? #812
Comments
@piavgh The libraries are ASGI adapter which helps to run FastAPI on the services. For AWS Lambda: Example for AWS Lambda with mangum: |
@koxudaxi : thank you. I will check those repos |
Zeit now supports an ASGI Interface for Python. It was fairly easy to set this up & deploy. Doesn't require making modifications to the application structure. Not sure if this would work well for most deployments (I think WebSockets would be out of question) but may be a good solution for simple apps! I created a demo repo showcasing what I've found. Hope it can help anyone else that looks into FastAPI + Serverless: https://github.com/paul121/fastapi-zeit-now |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
First check
Description
How can I use this framework with some serverless solutions out there (Google Cloud Functions / AWS Lambda / Azure Functions, ...)?
Thank you.
Additional context
The text was updated successfully, but these errors were encountered: