Deploy Rest API in Django

0

I have made one Rest API in Django and now I have to deploy that in AWS. Any ideas to which AWS Service should be used? What will be the architecture? Any diagram?

2개 답변
1
수락된 답변

Since Django handles auth, api throttling etc. on its own its usually deployed on EC2 instanced directly. So Elastic Bean Stalk would be the recommendation. You can deploy it on Lambda as well but you'll expose it using API gateway which conflicts with what Django Rest Framework does. So EC2 is the best bet deployed through Elastic Bean Stalk.

AWS
답변함 2년 전
0

You can launch a Lightsail instance with Django pre-installed if that helps. As for what's best...depends on many factors including use-case, expected traffic, etc.

답변함 2년 전

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

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

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

관련 콘텐츠