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.

gefragt vor 2 Jahren919 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen