# fnproject/fn

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/fnproject-fn).**

5,939 stars · 407 forks · Go · Apache-2.0

## Links

- GitHub: https://github.com/fnproject/fn
- Homepage: http://fnproject.io
- awesome-repositories: https://awesome-repositories.com/repository/fnproject-fn.md

## Topics

`containers` `docker` `faas` `kubernetes` `lambda` `serverless` `serverless-functions` `swarm`

## Description

The container native, cloud agnostic serverless platform.

## Tags

### DevOps & Infrastructure

- [Serverless Function Management](https://awesome-repositories.com/f/devops-infrastructure/serverless-function-management.md) — Deploys and manages serverless functions across any cloud or on-premises environment using Docker containers and a unified CLI.
- [Function Packaging](https://awesome-repositories.com/f/devops-infrastructure/api-container-packaging/function-packaging.md) — Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.
- [Cloud-Agnostic Containerization](https://awesome-repositories.com/f/devops-infrastructure/cloud-deployment/cloud-agnostic-containerization.md) — Abstracts cloud provider specifics so functions run identically on any cloud or on-premises infrastructure.
- [Portable Function Runs](https://awesome-repositories.com/f/devops-infrastructure/container-image-registries/container-image-runs/portable-function-runs.md) — Packages functions as Docker containers for portable execution on any infrastructure without runtime dependencies. ([source](https://cdn.jsdelivr.net/gh/fnproject/fn@master/README.md))
- [Function Runtimes](https://awesome-repositories.com/f/devops-infrastructure/container-orchestration/container-runtimes/runtime-configuration-interfaces/docker-socket-orchestrators/docker-target-configurators/docker-container-deployments/docker-image-packaging/function-runtimes.md) — Packages each function as a Docker container, eliminating runtime dependencies and enabling portable serverless execution.
- [CLI Function Deployments](https://awesome-repositories.com/f/devops-infrastructure/deployment-management-strategies/automation-and-tooling/deployment-tooling/single-binary-distributions/stateless/cli-function-deployments.md) — Deploys, invokes, and manages serverless functions from the command line using a single tool. ([source](https://cdn.jsdelivr.net/gh/fnproject/fn@master/README.md))
- [Event-Driven Triggers](https://awesome-repositories.com/f/devops-infrastructure/event-driven-triggers.md) — Invokes functions in response to events from various sources, managing event routing and scaling.
- [Stateless Function Deployments](https://awesome-repositories.com/f/devops-infrastructure/serverless-deployment/stateless-function-deployments.md) — Runs each function invocation in an isolated, ephemeral container instance with no persistent state between calls.
- [Import Bridges](https://awesome-repositories.com/f/devops-infrastructure/aws-ecs-deployments/lambda-deployments/aws-lambda-adapters/import-bridges.md) — Translates AWS Lambda event and context models into the platform's native container execution model.

### Part of an Awesome List

- [CLI-Driven Lifecycles](https://awesome-repositories.com/f/awesome-lists/ai/model-repositories/model-lifecycle-management/cli-driven-lifecycles.md) — Manages the full lifecycle of serverless functions through a single command-line interface.
- [Serverless](https://awesome-repositories.com/f/awesome-lists/devops/serverless.md) — Event-driven FaaS.

### System Administration & Monitoring

- [Import Bridges](https://awesome-repositories.com/f/system-administration-monitoring/distributed-tracing-instrumentation/aws-lambda-integrations/import-bridges.md) — Provides a bridge to import AWS Lambda functions unchanged into any cloud or on-premises environment. ([source](https://cdn.jsdelivr.net/gh/fnproject/fn@master/README.md))

### Web Development

- [Serverless Platforms](https://awesome-repositories.com/f/web-development/serverless-platforms.md) — Packages functions as Docker containers and runs them across any cloud or on-premises infrastructure without vendor lock-in.
