2 个仓库
Sends generated TypeScript source to a runtime for compilation, dry-run, and deployment without a local project.
Distinct from Cloud Function Deployers: Distinct from Cloud Function Deployers: supports dynamic source submission and dry-run, not just packaging to cloud providers.
Explore 2 awesome GitHub repositories matching development tools & productivity · Source-to-Runtime Deployers. Refine with filters or upvote what's useful.
Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers
Deploys TypeScript source to a runtime with compilation, dry-run, and no local project.
AWS Lambda Runtime Interface Emulator 是一个代理服务器,旨在在本地容器内复制云端无服务器(serverless)执行环境。它作为一个轻量级接口,允许开发者通过在本地机器上模拟远程控制平面和事件调用模型,来验证函数逻辑、性能和 API 集成。 该工具通过拦截 HTTP 请求并将其转换为无服务器函数处理程序所预期的结构化 JSON 事件负载来运行。它通过同步事件循环管理函数生命周期,并将包括安全凭证和元数据在内的本地配置设置直接映射到容器进程空间,以确保与生产环境的一致性。 除了标准的函数测试外,该模拟器还通过提供运行时接口的功能性实现,支持对自定义扩展和代理的验证。这允许在将容器化的无服务器应用及其相关组件部署到云端之前进行测试。
Proxies requests to a local container to simulate cloud runtime environments for verifying function logic and performance.