Python Serverless Microframework for AWS - Developer Preview

Posted on: Jul 11, 2016

The Python Serverless Microframework for AWS is now available for preview.

The framework makes it easy to create serverless APIs in Python with a simple, idiomatic programming model based on that of Flask, a popular open-source Python microframework. The Python Serverless Microframework for AWS comes with a command line tool, which lets you deploy your application to AWS Lambda and Amazon API Gateway with a single command. A single chalice deploy command handles packaging and uploading your code with its dependencies as well as updating your execution policy and API paths.

To learn more, see:
The blog post
The project repository on GitHub

To install and quickly get started, run pip install chalice