python-gino / gino

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
https://python-gino.org/
Other
2.67k stars 150 forks source link

DB initialisation with mangum #811

Open yobnytech opened 2 years ago

yobnytech commented 2 years ago

We are trying to deploy a FastAPI + starlette + gino-starlette + async psql microservice in AWS lambda using mangum handler, seems init_db is not allowing the lambda to start, is that Gino supports aws lambda deployment ?