awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks de despliegue de funciones serverless

Clasificación actualizada el 30 jun 2026

For plataforma de funciones serverless para self-hosting, 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.

Herramientas y frameworks open-source diseñados para construir, gestionar y desplegar funciones serverless en entornos cloud.

Frameworks de despliegue de funciones serverless

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fnproject/fnAvatar de fnproject

    fnproject/fn

    5,939Ver en 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
    Ver en GitHub↗5,939
  • apache/openwhiskAvatar de apache

    apache/openwhisk

    6,779Ver en 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
    Ver en GitHub↗6,779
  • fission/fissionAvatar de fission

    fission/fission

    8,863Ver en 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
    Ver en GitHub↗8,863
  • openfaas/faasAvatar de openfaas

    openfaas/faas

    26,092Ver en 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
    Ver en GitHub↗26,092
  • serverless/serverlessAvatar de serverless

    serverless/serverless

    46,917Ver en 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
    Ver en GitHub↗46,917
  • iron-io/functionsAvatar de iron-io

    iron-io/functions

    3,214Ver en 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
    Ver en GitHub↗3,214
  • nuclio/nuclioAvatar de nuclio

    nuclio/nuclio

    5,730Ver en 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
    Ver en GitHub↗5,730
  • aws/serverless-application-modelAvatar de aws

    aws/serverless-application-model

    9,560Ver en 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
    Ver en GitHub↗9,560
  • projectriff/riffP

    projectriff/riff

    0Ver en 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
    Ver en GitHub↗0
  • googlecloudplatform/functions-framework-pythonAvatar de GoogleCloudPlatform

    GoogleCloudPlatform/functions-framework-python

    969Ver en 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
    Ver en GitHub↗969
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
fnproject/fn5.9KGoApache-2.08 jun 2026
apache/openwhisk6.8KScalaApache-2.017 jun 2026
fission/fission8.9KGoApache-2.016 jun 2026
openfaas/faas26.1KGoother1 nov 2025
serverless/serverless46.9KJavaScriptNOASSERTION19 jun 2026
iron-io/functions3.2KGoApache-2.015 sept 2023
nuclio/nuclio5.7KGoApache-2.016 jun 2026
aws/serverless-application-model9.6KPythonApache-2.023 jun 2026
projectriff/riff0———
googlecloudplatform/functions-framework-python969PythonApache-2.017 feb 2026

Related searches

  • alternativa a Lambda para self-hosting
  • framework serverless para Kubernetes
  • herramienta para ejecutar funciones serverless localmente
  • an open source platform for frontend deployment
  • Serverless y funciones
  • alternativa a Netlify para self-hosting
  • alternativa a Render para self-hosting
  • plataforma as a service self-hosted