You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a very, very long time to work out why I could not use Connexion 3 with Flask in AWS Lambda #1807
While some of this may have been docs and other iterations, and workload related (I didn't try for months solid, more like an hour or two here, and there)
Essentially, use Mangumman·gumm (not Magnum mag·nuhm) is the only thing you'll need. Prior we used some AWS to wsgi package, but Connexion 3 is essentially, always ASGI on the outside.
I Think this also helps if refactoring.
The text was updated successfully, but these errors were encountered:
Description
It took me a very, very long time to work out why I could not use Connexion 3 with Flask in AWS Lambda #1807
While some of this may have been docs and other iterations, and workload related (I didn't try for months solid, more like an hour or two here, and there)
In case anyone is interested or would like docs
app.py
lambda_handler.py
Essentially, use Mangum man·gumm (not Magnum mag·nuhm) is the only thing you'll need. Prior we used some AWS to wsgi package, but Connexion 3 is essentially, always ASGI on the outside.
I Think this also helps if refactoring.
The text was updated successfully, but these errors were encountered: