DEV Community

Discussion on: I'm Engineering Director at a Fintech(have experience creating apps using Django/Ionic/Docker/AWS(ton of it), Ask Me Anything!

Collapse
 
levivm profile image
Levi Velázquez

You can use both of them. You can use zappa to upload your Django project and execute periodic tasks using AWS Lambdas(Serverless). If your task is too complex, you can trigger a Lambda to queue a task and then your django task manager can process it.