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.

질문됨 2년 전919회 조회
1개 답변
0
수락된 답변

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.

profile pictureAWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠