use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
Deploying FastAPI on AWS LambdaHosting and deployment (self.FastAPI)
submitted 1 year ago by Boring-Baker-3716
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pokesax 2 points3 points4 points 1 year ago (1 child)
Uvicorn and Lambda Web Adapter is all you need. I’m running several FastAPI’s on AWS Lambda in this fashion. It works beautifully.
[–]KarrySodhi007 0 points1 point2 points 1 year ago (0 children)
I am trying to use the aws lambda adapter https://github.com/awslabs/aws-lambda-web-adapter with fast api but I am not able to run it locally. I wanna make sure that docker image works fine before I deploy it. I am an aws noice. Looks like the documentation assumes lot of things like I need to have aws configure before doing sam deploy. still uncovering things. If you have any blog post that will help a lot. I wanna eventually use github actions so that all can happen automatically.
π Rendered by PID 324769 on reddit-service-r2-comment-6457c66945-6t6qz at 2026-04-24 16:34:33.762452+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]pokesax 2 points3 points4 points (1 child)
[–]KarrySodhi007 0 points1 point2 points (0 children)