AWS Chalice allows you to quickly create and deploy applications that use Amazon API Gateway and AWS Lambda
pip install chalice
chalice new-project helloworld && cd helloworld
chalice deploy
chalice local
[https://chalice.readthedocs.io/en/latest/]https://chalice.readthedocs.io/en/latest/