Skip to content

SleepyDeb/aws-lambda-custom-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Custom Lambda Runtime Container

Overview

This repository contains a custom AWS Lambda runtime container.

Local Development and Testing

To run the container locally, ensure Docker is installed and running.

Build and Run the Docker Container

Build the Docker image and run the container using the following commands:

docker build -t lambda .
docker run --rm -ti -p 8080:8080 lambda

Invoke the Lambda Function

Open a new terminal session and invoke the Lambda function:

curl -XPOST "http://localhost:8080/2015-03-31/functions/function/invocations" -d '{}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published