DEV Community

Discussion on: Deploying a Django project on AWS Lambda using Serverless (Part 1)

 
vaddimart profile image
Vadym Khodak

Thank you for the feedback.

In Serverless you also can call another Lambda function from Django Lambda. But I think it is a bit more complex than just @task decorator. There are a lot of plugins for Serverless framework. One of them serverless-plugin-warmup. It can help you to keep warm your lambdas.