This repository contains a custom AWS Lambda runtime container.
To run the container locally, ensure Docker is installed and running.
Build the Docker image and run the container using the following commands:
docker build -t lambda .
docker run --rm -ti -p 8080:8080 lambdaOpen a new terminal session and invoke the Lambda function:
curl -XPOST "http://localhost:8080/2015-03-31/functions/function/invocations" -d '{}'