# Serverless platform

> AI-ranked search results for `serverless functions` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 104 total matches; showing the top 14.

Explore on the web: https://awesome-repositories.com/q/serverless-functions

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/serverless-functions).**

## Results

- [alexellis/faas](https://awesome-repositories.com/repository/alexellis-faas.md) (26,192 ⭐) — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster.

The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re
- [knative/serving](https://awesome-repositories.com/repository/knative-serving.md) (6,064 ⭐) — Kubernetes-based, scale-to-zero, request-driven compute
- [apache/openwhisk](https://awesome-repositories.com/repository/apache-openwhisk.md) (6,779 ⭐) — 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
- [openfaas/faas](https://awesome-repositories.com/repository/openfaas-faas.md) (26,092 ⭐) — 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,
- [nuclio/nuclio](https://awesome-repositories.com/repository/nuclio-nuclio.md) (5,730 ⭐) — 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
- [vmware-archive/kubeless](https://awesome-repositories.com/repository/vmware-archive-kubeless.md) (6,847 ⭐) — Kubeless is a Kubernetes-native serverless framework that deploys and runs stateless functions as custom resources managed by an in-cluster controller. It functions as a Function-as-a-Service platform, launching function runtime pods on demand and scaling them to zero when idle to optimise resource usage.

Functions are invoked automatically through HTTP requests or a publish-subscribe messaging bus, enabling event-driven execution for workloads and microservices. The platform supports running functions written in Golang, Python, Node.js, Ruby, PHP, .NET, and Ballerina, with the ability to add
- [fnproject/fn](https://awesome-repositories.com/repository/fnproject-fn.md) (5,939 ⭐) — The container native, cloud agnostic serverless platform.
- [fission/fission](https://awesome-repositories.com/repository/fission-fission.md) (8,863 ⭐) — 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
- [serverless/serverless](https://awesome-repositories.com/repository/serverless-serverless.md) (46,917 ⭐) — 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
- [cloudflare/workers-sdk](https://awesome-repositories.com/repository/cloudflare-workers-sdk.md) (4,186 ⭐) — This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution.

The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector
- [iron-io/functions](https://awesome-repositories.com/repository/iron-io-functions.md) (3,214 ⭐) — IronFunctions - the serverless microservices platform by
- [kubeless/kubeless](https://awesome-repositories.com/repository/kubeless-kubeless.md) (0 ⭐)
- [googlecloudplatform/functions-framework-nodejs](https://awesome-repositories.com/repository/googlecloudplatform-functions-framework-nodejs.md) (1,383 ⭐) — The functions-framework-nodejs project is an open-source execution environment and software framework for writing portable serverless Node.js functions. It maps incoming HTTP requests and cloud event payloads directly to user-defined function handlers without requiring boilerplate server configuration.

The framework supports local development by providing a lightweight web server that mimics cloud execution environments for rapid testing and debugging. It automatically detects function signature types, parses incoming event payloads into structured arguments, and controls server behavior thro
- [anomalyco/guide](https://awesome-repositories.com/repository/anomalyco-guide.md) (3,682 ⭐) — This project is a serverless application framework used to define and deploy cloud infrastructure, serverless APIs, and static frontends through infrastructure as code. It functions as a full stack deployment pipeline and a cloud infrastructure orchestrator for provisioning resources like databases and storage buckets across multiple cloud accounts.

The framework includes a local cloud development environment that allows for testing and debugging API endpoints and cloud functions on a local machine before deployment. It also features a containerized build pipeline specifically designed to con
