2 repository-uri
Tools for managing application execution and worker pools within serverless environments.
Distinct from AWS Lambda Integrations: None of the candidates cover the runtime management aspect of AWS Lambda, only instrumentation or security.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Serverless Runtime Management. Refine with filters or upvote what's useful.
RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,
Enables executing PHP applications within AWS Lambda by managing a pool of reusable workers.
OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq
Manages application execution and worker pools across multiple language runtimes using Docker containers.