awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSource-to-Runtime Deployers

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.

Awesome Source-to-Runtime Deployers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nangohq/nangoNangoHQ 的头像

    NangoHQ/nango

    10,772在 GitHub 上查看↗

    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.

    TypeScriptaccess-tokenapiapi-client
    在 GitHub 上查看↗10,772
  • aws/aws-lambda-runtime-interface-emulatoraws 的头像

    aws/aws-lambda-runtime-interface-emulator

    1,128在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗1,128
  1. Home
  2. Development Tools & Productivity
  3. Local Function Execution
  4. Cloud Function Deployers
  5. Source-to-Runtime Deployers