1 repositorio
Creating container images specifically formatted for serverless runtimes like AWS Lambda.
Distinct from Serverless and Lambda: Distinct from Serverless and Lambda: focuses on the image construction phase rather than general application framework utilities.
Explore 1 awesome GitHub repository matching part of an awesome list · Serverless Image Building. Refine with filters or upvote what's useful.
Ko is a daemonless container image builder and OCI image generator specifically for Go applications. It compiles Go source code into binaries and packages them directly into container images, pushing them to registries without requiring a local container runtime or daemon. The tool specializes in multi-platform image distribution, producing images for various CPU architectures and operating systems from a single execution. It distinguishes itself by automating the entire pipeline from Go import paths to Kubernetes deployment or serverless function packaging for architectures like AWS Lambda.
Creates container images compatible with AWS Lambda architectures for both x86 and ARM processors.