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 年前檢視次數 921 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南