Hacker News new | ask | show | jobs
by SSilver2k2 2883 days ago
Serverless is great, but I am really loving Zappa for Python Flask and Django development with Lambda and API Gateway.

Deployed our first production tool with it and it's been working great.

2 comments

do you have any strong opinions re: differences between chalice / zappa?

I was looking at these two recently and ended up going with chalice as the docs seemed a bit simpler and more readily accessible.

One point: Chalice is non-portable if you outgrow Lambda and want to rehost, whereas Zappa is just Django.
Love Zappa.