Python Fast Api deploy in AWS lambda
0
I have create the python fast api and I build docker image . now I want to host in aws lambda and aws api gatway . can you please help me to find the way.
Topics
Tags
asked a month ago80 views
1 Answers
0
Accepted Answer
I'm not sure I understand why you want to use API Gateway with FastAPI - in my mind there is a lot of redundant functionality there that means you're building/paying/using two things to do the job of one. What benefits does using FastAPI give you that you don't get using API Gateway?
If you're looking for a lightweight way to host containers then I suggest that App Runner might be a better solution here.
Relevant questions
How to add python libraries to lambda using the CDK?
Accepted Answerasked 2 years agoPython Fast Api deploy in AWS lambda
Accepted Answerasked a month agoLambda response compression to API Gateway and client
asked 5 months agoASP.NET Web API on AWS Lambda CORS
asked 4 months agoAuthorization Lambda caching based on api-key and path
asked 5 months agoDeploy Lambda Function and API Gateway REST
asked 5 months agoAWS Lambda Layers with Python Package
asked 6 months agoBinary uploads to API Gateway Proxy with Lambda Integration
Accepted Answerasked 5 years agoHow to use AWS CDK to compile and deploy a typescript api with dependencies to lambda?
asked 6 months agoAWS API Gatway to upload File To S3 without AWS Lambda
Accepted Answerasked a month ago