Deploy Django API Application with AWS Lambda

Is this a way / tutorial on deploying / converting an existing Django application (I use django-rest-famework) for the APIs to access through the API and performed by AWS Lambda functions?

I see the zappa package, however I want to avoid it ....

+4
source share

Source: https://habr.com/ru/post/1664961/


All Articles