Test Lambda containers in Docker Desktop

Local Lambda Tester Extension for Docker Desktop

Want to test Lambda containers locally? Try this out.

Getting Started

Clone the repository

 git clone https://github.com/jasmaa/local-lambda-tester-docker-extension

Build the extension from source and install in Docker Desktop:

make install-extension

Build and run your Lambda container on your machine:

docker build -t <MY IMAGE> .
docker run --rm -p 9000:8080 <MY IMAGE>

In the extension, you can select your container and start sending JSON payloads to it.