Can you please advise, if there are any issues with using of FastAPI Web Framework in AWS Lambda:
We have been using the API gateway -> AWS Lambda -> Mangum -> FastApi combo in production for 3-4 months now and have had no issues.
The restrictions come from the fact that Lambda is a sync request/reply setup.
awaiting a call in a request it won't move on to the next request.The overhead is tiny, Mangum is super light ( see how little code is in: https://github.com/jordaneremieff/mangum/tree/main/mangum) its basically just restructuring the input dictionary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With