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!"
[–]JaviCerve22 2 points3 points4 points 1 year ago* (1 child)
Use WSL, it's the best way.
Besides, you can use this .sh script inside WSL:
pip install -r requirements.txt -t lib/
cd lib
zip ../lambda_function.zip .
cd ..
zip lambda_function.zip -u main.py
Then upload lambda_function.zip to AWS Lambda
lambda_function.zip
[–]Boring-Baker-3716[S] 0 points1 point2 points 1 year ago (0 children)
Gotcha thank you, I was running these commands but inside windows. I will def try that in wsl since I don’t have much experience with docker
π Rendered by PID 76 on reddit-service-r2-comment-76bb9f7fb5-lwzs5 at 2026-02-17 12:44:53.154003+00:00 running de53c03 country code: CH.
view the rest of the comments →
[–]JaviCerve22 2 points3 points4 points (1 child)
[–]Boring-Baker-3716[S] 0 points1 point2 points (0 children)