Serverless Python
How write Serverless Python?
Getting Started With AWS Chalice, a Python Serverless Microframework developed by AWS, enables you to quickly spin up and deploy a working serverless app that scales up and down on its own as required using AWS Lambda... Highly inspired by Flask.
Serverless Framework https://www.serverless.com/
- how to use Python with it - it’s written in Node.js, which may not be every Python dev’s first choice. But like any good tool, if done right, you shouldn’t even notice what language it is implemented in, and that case could certainly be made here for the Serverless Framework. You’ll still need to install Node and NPM, but you won’t need to know any JavaScript.
Edited: | Tweet this! | Search Twitter for discussion
No backlinks!
No twinpages!