I've been using AWS Lambda on a side project (octodocs.com) that is powered by Django and uses Zappa to manage deployments. I was initially attracted to it as a low-cost tool to run a database (RDS) powered service side project. Some thoughts: - Zappa is a great tool. They added async task support [1] which replaced the need for celery or rq. Setting up https with let's encrypt takes less than 15 minutes. They added…
Zappa author here, thank you for your kind recommendation! Lots more features in the pipeline, too!
I haven't used it in a huge production environment, but it's definitely my go to way of handling APIs in side projects and other related things.