2 Repos
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.
Der AWS Lambda Runtime Interface Emulator ist ein Proxy-Server, der darauf ausgelegt ist, die Cloud-basierte serverlose Ausführungsumgebung innerhalb eines lokalen Containers zu replizieren. Er fungiert als leichtgewichtige Schnittstelle, die es Entwicklern ermöglicht, Funktionslogik, Performance und API-Integration zu verifizieren, indem die Remote-Control-Plane und das Event-Invocation-Modell auf einer lokalen Maschine simuliert werden. Das Tool arbeitet durch das Abfangen von HTTP-Anfragen und deren Übersetzung in die strukturierten JSON-Event-Payloads, die von serverlosen Funktionshandlern erwartet werden. Es verwaltet den Funktions-Lebenszyklus durch eine synchrone Ereignisschleife und bildet lokale Konfigurationseinstellungen, einschließlich Sicherheitsanmeldeinformationen und Metadaten, direkt in den Container-Prozessraum ab, um die Parität mit Produktionsumgebungen sicherzustellen. Über das Standard-Funktionstesten hinaus unterstützt der Emulator die Validierung benutzerdefinierter Erweiterungen und Agenten durch eine funktionale Implementierung der Runtime-Schnittstelle. Dies ermöglicht das Testen von containerisierten serverlosen Anwendungen und deren zugehörigen Komponenten, bevor sie in der Cloud bereitgestellt werden.
Proxies requests to a local container to simulate cloud runtime environments for verifying function logic and performance.