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.

demandé il y a 2 ans921 vues
1 réponse
0
Réponse acceptée

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
EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions