Serverless tutorial with Python
Serverless Python . Contribute to zappa/Zappa development by creating an account on GitHub.
Serverless tutorial with Python
I often write silly little one-hour projects, and I want to put them online for others to enjoy. Importantly, I don’t want these projects to cost me much. (I write way too many one-off projects for that!) So provisioning little virtual machines for each project is a non-starter. And while the right answer is probably to own one virtual machine and have all my projects share tenancy on it, I’ve had a few one-hour projects that actually gained some traction and needed some scalability built in.
In-depth thoughts about the past, present, and future of cloud development from my (opinionated) perspective