Get the latest tech news
AWS Chalice
Python Serverless Microframework for AWS. Contribute to aws/chalice development by creating an account on GitHub.
In this tutorial, you'll use the chalice command line utility to create and deploy a basic REST API. The new-project command created a sample app that defines a single view,/, that when called will return the JSON body{"hello": "world"}. Tutorials- Choose from among several guided tutorials that will give you step-by-step examples of various features of Chalice.
Or read this on Hacker News