2 रिपॉजिटरी
Packaging serverless functions as Docker containers for consistent runtime environments across any infrastructure.
Distinct from API Container Packaging: Distinct from API Container Packaging: focuses on packaging individual functions as containers, not entire web frameworks.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Function Packaging. Refine with filters or upvote what's useful.
The container native, cloud agnostic serverless platform.
Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.
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
Provides a utility to compile native dependencies and package functions into deployment archives.