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 是一个基于 Docker 的无服务器模拟器和本地仿真器,旨在复制 AWS Lambda 运行时环境。它提供了一个系统,用于在本地执行无服务器函数,并通过容器化镜像镜像云执行环境。 该项目包含一个本地 API 服务器,允许通过 HTTP 调用函数,从而在测试期间消除冷启动。它具有一个构建工具,用于编译原生依赖项并使用专用系统镜像将函数代码打包到部署归档中。 该环境支持通过挂载本地目录来镜像共享依赖层,并利用文件系统监视来实现函数代码的热重载。它还提供了一种通过标准输入传递大型事件负载的机制,以绕过命令行长度限制。
Provides a utility to compile native dependencies and package functions into deployment archives.