awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Serverless Function Deployment Frameworks

Ranking updated Jun 30, 2026

For a self-hosted serverless functions platform, the strongest matches are fnproject/fn (fn is a container-native, cloud-agnostic serverless platform FaaS that), apache/openwhisk (Apache OpenWhisk is a full-featured serverless functions framework FaaS) and fission/fission (Fission is a Kubernetes-native function-as-a-service platform that lets you). openfaas/faas and serverless/serverless round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Open-source tools and frameworks designed for building, managing, and deploying serverless functions across cloud environments.

Serverless Function Deployment Frameworks

Find the best repos with AI.We'll search the best matching repositories with AI.
  • fnproject/fnfnproject avatar

    fnproject/fn

    5,939View on GitHub↗

    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.

    GoCLI Function Deployments
    View on GitHub↗5,939
  • apache/openwhiskapache avatar

    apache/openwhisk

    6,779View on GitHub↗

    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.

    ScalaDeployment AutomationHTTP RoutingEvent Triggers
    View on GitHub↗6,779
  • fission/fissionfission avatar

    fission/fission

    8,863View on GitHub↗

    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.

    GoEvent Triggers
    View on GitHub↗8,863
  • openfaas/faasopenfaas avatar

    openfaas/faas

    26,092View on GitHub↗

    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.

    GoDeployment AutomationEvent Triggers
    View on GitHub↗26,092
  • serverless/serverlessserverless avatar

    serverless/serverless

    46,917View on GitHub↗

    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.

    JavaScriptDeployment OrchestratorsInfrastructure as CodeInfrastructure as Code Frameworks
    View on GitHub↗46,917
  • iron-io/functionsiron-io avatar

    iron-io/functions

    3,214View on GitHub↗

    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.

    GoApplication FrameworksContainer ManagementServerless Platforms
    View on GitHub↗3,214
  • nuclio/nuclionuclio avatar

    nuclio/nuclio

    5,730View on GitHub↗

    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.

    GoEvent Triggers
    View on GitHub↗5,730
  • aws/serverless-application-modelaws avatar

    aws/serverless-application-model

    9,560View on GitHub↗

    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.

    PythonServerless DeploymentServerless ProvisioningAutomated Policy Mappings
    View on GitHub↗9,560
  • projectriff/riffP

    projectriff/riff

    0View on GitHub↗

    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.

    ServerlessServerless Platforms
    View on GitHub↗0
  • googlecloudplatform/functions-framework-pythonGoogleCloudPlatform avatar

    GoogleCloudPlatform/functions-framework-python

    969View on GitHub↗

    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.

    PythonServerless FrameworksServerless Function InvokersServerless Function Runtimes
    View on GitHub↗969
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
fnproject/fn5.9KGoApache-2.0Jun 8, 2026
apache/openwhisk6.8KScalaApache-2.0Jun 17, 2026
fission/fission8.9KGoApache-2.0Jun 16, 2026
openfaas/faas26.1KGootherNov 1, 2025
serverless/serverless46.9KJavaScriptNOASSERTIONJun 19, 2026
iron-io/functions3.2KGoApache-2.0Sep 15, 2023
nuclio/nuclio5.7KGoApache-2.0Jun 16, 2026
aws/serverless-application-model9.6KPythonApache-2.0Jun 23, 2026
projectriff/riff0———
googlecloudplatform/functions-framework-python969PythonApache-2.0Feb 17, 2026

Related searches

  • a self-hosted Lambda alternative
  • a serverless framework for Kubernetes
  • a tool for running serverless functions offline
  • an open source platform for frontend deployment
  • Serverless and functions
  • a self-hosted Netlify alternative
  • Serverless platform
  • a self-hosted Render alternative