This is a simple example of a serverless API using AWS Lambda and API Gateway. The API is written in Python and uses the Serverless Framework to deploy the Lambda function and API Gateway.
- Run Terraform to create the necessary infrastructure.
- Set your AWS access key and secret key.
- Deploy example layer project.
- Run
serverless deployto deploy the Lambda function and API Gateway.