Example code used as showcase in this tutorial.
All you need to deploy a simple Python REST API on AWS Lambda and API Gateway using Terraform.
clone https://github.com/shaftoe/api-gateway-lambda-example.git
cd api-gateway-lambda-example.git
# edit config.mk.example and save it as config.mk
make deploy- an AWS account with administrator rights
- installed Terraform v.0.11.7 (or higher) with its AWS provider v1.27.0 (or higher)
- installed aws-cli v1.15.53 (or higher)