1 रिपॉजिटरी
Systems that replicate specific cloud execution environments to ensure local and cloud parity.
Distinct from Runtime Environment Emulators: Specifically replicates cloud vendor runtimes, not just generic language runtimes.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Cloud Runtime Emulators. Refine with filters or upvote what's useful.
docker-lambda is a Docker-based serverless simulator and local emulator designed to replicate AWS Lambda runtime environments. It provides a system for executing serverless functions locally and mirroring cloud execution environments through containerized images. The project includes a local API server that allows for function invocation via HTTP to eliminate cold starts during testing. It features a build tool for compiling native dependencies and packaging function code into deployment archives using specialized system images. The environment supports mirroring shared dependency layers by
Implements a Docker-based emulator that mirrors AWS Lambda runtime environments.