awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 repository-uri

Awesome GitHub RepositoriesServerless Platforms

Platforms and cloud services for managing and running serverless functions.

Explore 32 awesome GitHub repositories matching part of an awesome list · Serverless Platforms. Refine with filters or upvote what's useful.

Awesome Serverless Platforms GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • serverless/serverlessAvatar serverless

    serverless/serverless

    46,917Vezi pe 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

    Framework for building serverless architectures.

    JavaScriptawsaws-dynamodbaws-lambda
    Vezi pe GitHub↗46,917
  • firecracker-microvm/firecrackerAvatar firecracker-microvm

    firecracker-microvm/firecracker

    34,954Vezi pe 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

    Secure microVMs for serverless computing.

    Rustcontainersminimalistopen-source
    Vezi pe GitHub↗34,954
  • openfaas/faasAvatar openfaas

    openfaas/faas

    26,092Vezi pe 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,

    Serverless functions for Docker and Kubernetes.

    Godockerfaasfunctions
    Vezi pe GitHub↗26,092
  • dapr/daprAvatar dapr

    dapr/dapr

    25,510Vezi pe 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

    Portable runtime for distributed applications.

    Gocontainersevent-drivenkubernetes
    Vezi pe GitHub↗25,510
  • thanos-io/thanosAvatar thanos-io

    thanos-io/thanos

    14,121Vezi pe 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

    Prometheus setup with long-term storage.

    Gocncfgogoogle-cloud-storage
    Vezi pe GitHub↗14,121
  • kedacore/kedaAvatar kedacore

    kedacore/keda

    10,314Vezi pe 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

    Event-driven autoscaling for Kubernetes.

    Goautoscalingevent-drivenhacktoberfest
    Vezi pe GitHub↗10,314
  • fission/fissionAvatar fission

    fission/fission

    8,863Vezi pe 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

    Fast serverless functions for Kubernetes.

    Gocloud-nativecontainersdevops
    Vezi pe GitHub↗8,863
  • labring/lafAvatar labring

    labring/laf

    7,552Vezi pe 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

    Cloud development platform for functions and databases.

    TypeScriptcloudbasefaasfirebase
    Vezi pe GitHub↗7,552
  • knative/servingAvatar knative

    knative/serving

    6,064Vezi pe GitHub↗

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

    Request-driven compute for Kubernetes.

    Goappautoscalercontainer
    Vezi pe GitHub↗6,064
  • fnproject/fnAvatar fnproject

    fnproject/fn

    5,939Vezi pe GitHub↗

    The container native, cloud agnostic serverless platform.

    Container-native serverless platform.

    Gocontainersdockerfaas
    Vezi pe GitHub↗5,939
  • cloudevents/specAvatar cloudevents

    cloudevents/spec

    5,801Vezi pe 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

    Specification for event data.

    Pythonserverlessspecification
    Vezi pe GitHub↗5,801
  • nuclio/nuclioAvatar nuclio

    nuclio/nuclio

    5,730Vezi pe 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

    High-performance serverless event processing.

    Go
    Vezi pe GitHub↗5,730
  • taubyte/tauAvatar taubyte

    taubyte/tau

    5,069Vezi pe GitHub↗

    Tau este un mediu unificat de dezvoltare și operațiuni conceput ca o platformă de coordonare DevOps. Acesta funcționează ca un spațiu de lucru de dezvoltare fullstack care sincronizează sarcinile de codare și gestionare a infrastructurii atât pentru utilizatorii umani, cât și pentru procesele automate ale mașinilor. Sistemul acționează ca un orchestrator de infrastructură hibridă, folosind drivere modulare pentru a implementa și gestiona software-ul atât pe furnizorii de cloud public, cât și pe serverele private auto-găzduite. Oferă un spațiu de lucru partajat care integrează operațiunile interfeței liniei de comandă (CLI) cu implementarea infrastructurii pentru a unifica fluxurile de lucru de dezvoltare și operaționale. Platforma acoperă o gamă largă de capabilități, inclusiv orchestrarea infrastructurii cloud, implementarea spațiului de lucru auto-găzduit și gestionarea mediului prin CLI. Utilizează un motor de provizionare bazat pe drivere pentru a traduce configurațiile spațiului de lucru de nivel înalt în implementări specifice de resurse pe diverse infrastructuri gazdă.

    Cloud computing platform with Wasm functions.

    Go
    Vezi pe GitHub↗5,069
  • iron-io/functionsAvatar iron-io

    iron-io/functions

    3,214Vezi pe GitHub↗

    IronFunctions - the serverless microservices platform by

    Serverless microservices platform.

    Go
    Vezi pe GitHub↗3,214
  • metrue/fxAvatar metrue

    metrue/fx

    2,227Vezi pe GitHub↗

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

    Docker-based serverless framework.

    Go
    Vezi pe GitHub↗2,227
  • openfaas/faas-netesAvatar openfaas

    openfaas/faas-netes

    2,170Vezi pe GitHub↗

    Serverless Functions For Kubernetes

    Kubernetes backend for OpenFaaS.

    Goagnosticdockerevent-driven
    Vezi pe GitHub↗2,170
  • serverless-devs/serverless-devsAvatar Serverless-Devs

    Serverless-Devs/Serverless-Devs

    1,822Vezi pe GitHub↗

    :fire: Serverless Devs: Serverless developer tool ( Serverless Devs: Serverless 开发者工具 )

    Developer tool for serverless applications.

    TypeScriptalibaba-serverlessaws-serverlessazure-serverless
    Vezi pe GitHub↗1,822
  • openfunction/openfunctionAvatar OpenFunction

    OpenFunction/OpenFunction

    1,656Vezi pe GitHub↗

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

    Cloud-native FaaS platform.

    Gocloud-nativefaask8s
    Vezi pe GitHub↗1,656
  • knative/eventingAvatar knative

    knative/eventing

    1,550Vezi pe GitHub↗

    Event-driven application platform for Kubernetes

    Event binding and delivery for Knative.

    Gobindingcloudeventsdeveloper-productivity
    Vezi pe GitHub↗1,550
  • openfaas/openfaas-cloudAvatar openfaas

    openfaas/openfaas-cloud

    770Vezi pe GitHub↗

    OpenFaaS Cloud

    Multi-user serverless functions managed via git.

    Go
    Vezi pe GitHub↗770
Înapoi12Înainte
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Serverless Platforms