awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to serverless-devs/serverless-devs

Open-source alternatives to Serverless Devs

30 open-source projects similar to serverless-devs/serverless-devs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Serverless Devs alternative.

  • baidu/easyfaasB

    baidu/EasyFaaS

    0View on GitHub↗
    View on GitHub↗0
  • boostercloud/boosterboostercloud avatar

    boostercloud/booster

    445View on GitHub↗

    Booster Framework

    TypeScript
    View on GitHub↗445
  • cloudevents/speccloudevents avatar

    cloudevents/spec

    5,801View on GitHub↗

    CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT

    Pythonserverlessspecification
    View on GitHub↗5,801
  • cloudstax/firecampC

    cloudstax/firecamp

    0View on GitHub↗
    View on GitHub↗0
  • dapr/daprdapr avatar

    dapr/dapr

    25,510View on GitHub↗

    Dapr is a distributed application runtime that provides a sidecar-based infrastructure layer for building resilient microservices and event-driven applications. By utilizing a sidecar proxy pattern, it abstracts complex infrastructure tasks into standardized, network-accessible APIs, allowing developers to focus on application logic while the runtime handles service discovery, state management, and secure communication. The platform distinguishes itself through a pluggable component architecture and language-agnostic design, enabling services written in any programming language to interact wi

    Gocontainersevent-drivenkubernetes
    View on GitHub↗25,510

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • deislabs/osirisD

    deislabs/osiris

    0View on GitHub↗
    View on GitHub↗0
  • firecracker-microvm/firecrackerfirecracker-microvm avatar

    firecracker-microvm/firecracker

    34,954View on GitHub↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    View on GitHub↗34,954
  • 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

    Gocloud-nativecontainersdevops
    View on GitHub↗8,863
  • fnproject/fnfnproject avatar

    fnproject/fn

    5,939View on GitHub↗

    The container native, cloud agnostic serverless platform.

    Gocontainersdockerfaas
    View on GitHub↗5,939
  • funktionio/funktionF

    funktionio/funktion

    0View on GitHub↗
    View on GitHub↗0
  • iron-io/functionsiron-io avatar

    iron-io/functions

    3,214View on GitHub↗

    IronFunctions - the serverless microservices platform by

    Go
    View on GitHub↗3,214
  • kedacore/kedakedacore avatar

    kedacore/keda

    10,314View on GitHub↗

    KEDA is a Kubernetes event-driven autoscaler and cloud event scaling engine. It functions as a custom metrics provider that monitors external event sources—including message brokers, databases, and cloud metrics—to dynamically adjust the replica counts of containerized workloads. The project is distinguished by its scale-to-zero workflow, which reduces workloads to zero replicas during inactivity and automatically restarts them when new events are detected. It operates as a multi-cloud event trigger system, using a pluggable scaler interface to integrate with a wide array of third-party servi

    Goautoscalingevent-drivenhacktoberfest
    View on GitHub↗10,314
  • knative/eventingknative avatar

    knative/eventing

    1,550View on GitHub↗

    Event-driven application platform for Kubernetes

    Gobindingcloudeventsdeveloper-productivity
    View on GitHub↗1,550
  • knative/servingknative avatar

    knative/serving

    6,064View on GitHub↗

    Kubernetes-based, scale-to-zero, request-driven compute

    Goappautoscalercontainer
    View on GitHub↗6,064
  • knix-microfunctions/knixK

    knix-microfunctions/knix

    0View on GitHub↗
    View on GitHub↗0
  • kubeless/kubelessK

    kubeless/kubeless

    0View on GitHub↗
    View on GitHub↗0
  • labring/laflabring avatar

    labring/laf

    7,552View on GitHub↗

    Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management. The platform features a browser-based IDE that allows developers to write, test, and deploy serverless functions directly within a web editor, removing the requirement for local environment setup. It also includes a WebSocket communication platform for maintaining persistent bidirectio

    TypeScriptcloudbasefaasfirebase
    View on GitHub↗7,552
  • metrue/fxmetrue avatar

    metrue/fx

    2,227View on GitHub↗

    A Function as a Service tool makes a function as a container-based service in seconds.

    Go
    View on GitHub↗2,227
  • mosn/layottoM

    mosn/layotto

    0View on GitHub↗
    View on GitHub↗0
  • 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

    Go
    View on GitHub↗5,730
  • 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,

    Godockerfaasfunctions
    View on GitHub↗26,092
  • openfaas/faas-netesopenfaas avatar

    openfaas/faas-netes

    2,170View on GitHub↗

    Serverless Functions For Kubernetes

    Goagnosticdockerevent-driven
    View on GitHub↗2,170
  • openfaas/openfaas-cloudopenfaas avatar

    openfaas/openfaas-cloud

    770View on GitHub↗

    OpenFaaS Cloud

    Go
    View on GitHub↗770
  • openfunction/openfunctionOpenFunction avatar

    OpenFunction/OpenFunction

    1,656View on GitHub↗

    Cloud Native Function-as-a-Service Platform (CNCF Sandbox Project)

    Gocloud-nativefaask8s
    View on GitHub↗1,656
  • projectriff/riffP

    projectriff/riff

    0View on GitHub↗
    View on GitHub↗0
  • 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

    JavaScriptawsaws-dynamodbaws-lambda
    View on GitHub↗46,917
  • solo-io/sqoopS

    solo-io/sqoop

    0View on GitHub↗
    View on GitHub↗0
  • taubyte/tautaubyte avatar

    taubyte/tau

    5,069View on GitHub↗

    Tau is a unified development and operations environment designed as a DevOps coordination platform. It functions as a fullstack development workspace that synchronizes coding and infrastructure management tasks for both human users and automated machine processes. The system acts as a hybrid infrastructure orchestrator, employing modular drivers to deploy and manage software across both public cloud providers and self-hosted private servers. It provides a shared workspace that integrates command line interface operations with infrastructure deployment to unify development and operational work

    Go
    View on GitHub↗5,069
  • thanos-io/thanosthanos-io avatar

    thanos-io/thanos

    14,121View on GitHub↗

    Thanos is a distributed metrics query engine and monitoring scalability suite designed to provide a unified interface for aggregating data from multiple Prometheus servers and clusters. It functions as a high availability monitoring backend that eliminates single points of failure by deduplicating data from replicated instances. The system enables long-term retention by persisting time-series data to cloud-native object storage, allowing for unlimited historical archiving beyond the limits of local disks. It further optimizes this storage through a downsampling and retention manager that comp

    Gocncfgogoogle-cloud-storage
    View on GitHub↗14,121
  • triggermesh/knative-lambda-runtimeT

    triggermesh/knative-lambda-runtime

    0View on GitHub↗
    View on GitHub↗0