This repository contains source code to create an AWS Lambda function behind an API Gateway. In addition, there is a basic React.js application to act as a web interface for accessing the Lambda function.
In order to carry out the following practical example, you will have to make sure you have the following prerequisites in place:
- AWS account
- AWS profile configured with the AWS CLI on your local machine
- Install Terraform
- Install the create-react-app CLI tool