1 repository
Sequential chaining of functions where the output of one becomes the input of the next.
Distinct from Action Chaining: Focuses on the logical flow of data between general-purpose functions rather than optimizing latency for model-driven actions.
Explore 1 awesome GitHub repository matching devops & infrastructure · Function Sequences. Refine with filters or upvote what's useful.
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
Links multiple functions together into sequential pipelines where the output of one serves as the input for the next.