This is a sample project to demonstrate how to run nginx on AWS Lambda. This project consists of multiple working parts to get this implementation working on AWS Lambda.
Technologies used:
- AWS Lambda
- AWS API Gateway
- AWS Elastic Container Repository (ECR)
- Terraform
- Docker
- Nginx
- AWS Account
- AWS CLI
- Terraform
- Docker
- Clone this repository
- Create an S3 Bucket, as defined in
backend.tf
- Run the following command to initialize Terraform:
terraform init
- Apply the Terraform configuration:
terraform apply