Open-Source-Tools und -Frameworks zum Erstellen, Verwalten und Deployment von Serverless-Funktionen in Cloud-Umgebungen.
The container native, cloud agnostic serverless platform.
fn is a container-native, cloud-agnostic serverless platform (FaaS) that supports multi-language runtimes, HTTP and event triggers, local development via a built-in server, and a CLI for deployment, making it a comprehensive fit for deploying and managing functions across any infrastructure.
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
Apache OpenWhisk is a full-featured serverless functions framework (FaaS) that provides multi-language runtime support, event-driven triggers, a local development server, CLI-based deployment automation, and built-in monitoring, making it an excellent match for deploying and managing serverless functions across providers or on-premises.
Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events. The platform features a cold-start optimized runtime that utilizes warm container pools and dynamic loaders to achieve millisecond execution. It includes a native autoscaler to adjust the number of function instances based on real-time traffic demand and supports canary release testing to split incoming traffic bet
Fission is a Kubernetes-native function-as-a-service platform that lets you deploy and manage serverless functions across any cloud or on-premises cluster, with multi-language runtimes, HTTP/event triggers, a CLI for local development, and built-in autoscaling and monitoring.
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
OpenFaaS is a container-native, Kubernetes-based FaaS platform that runs serverless functions across clouds or on-premises, supporting multiple languages, HTTP and event triggers, local CLI development, and integrated monitoring via Prometheus — exactly the multi-cloud, feature-rich framework this search asks for.
The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling, and lifecycle management of cloud-native applications. It provides a unified command-line interface that translates high-level configuration files into provider-specific resource templates, enabling developers to orchestrate complex architectures, event-driven functions, and cloud resources within a single project structure. What distinguishes this framework is its focus on developer experience and multi-environment parity. It supports local function invocation and event proxyin
The Serverless Framework is the leading open-source tool for deploying and managing serverless functions across AWS, Azure, and Google Cloud, supporting local invocation, event triggers, and multi-provider orchestration — exactly the kind of FaaS platform this search targets.
IronFunctions - the serverless microservices platform by
IronFunctions is an open-source serverless (FaaS) platform that runs functions as Docker containers, supporting multiple languages, HTTP/event triggers, a CLI for local development, and deployment to any cloud or on-premises infrastructure — directly matching the request for a provider-agnostic serverless functions framework.
Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions when events arrive from HTTP endpoints, message queues, or streaming data platforms. It processes hundreds of thousands of events per second per function instance through efficient parallel workers, and can allocate functions to run on either CPU or GPU hardware to match workload requirements for data processing or machine learning tasks. The platform scales function instances down to zero when idle and wakes them on demand based on incoming event load, while providing an event
Nuclio is a Kubernetes-native serverless framework that executes functions on HTTP and event triggers with auto-scaling to zero, fitting the serverless-function-platform category, though its multi-language support and local development tooling are less emphasised than its high-performance data-processing capabilities.
This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in
AWS SAM is a serverless application model framework that simplifies defining and deploying serverless functions on AWS, but it is tightly coupled to AWS and not provider-agnostic, so it only partially meets the multi-cloud requirement.
Riff is tagged as a serverless framework, indicating it is a FaaS platform for functions, fitting the core intent, though the minimal metadata does not cover the required features in detail.
The Functions Framework for Python is a library designed for building and deploying portable serverless functions. It enables developers to write modular code that executes in response to incoming HTTP requests or cloud events, abstracting away the need to manage underlying server infrastructure or complex request handling logic. The framework distinguishes itself by providing a consistent runtime environment that packages code into portable container images, ensuring identical behavior across diverse cloud-native platforms. It utilizes decorator-based registration to define function entry po
This is a FaaS framework for writing portable Python serverless functions with local testing support, but it is limited to Python and closely tied to Google Cloud, so it lacks the multi-language and provider-agnostic breadth this search asks for.