Knative Functions

Knative Functions enables developers to create, build, and deploy stateless, event-driven functions as Knative Services using the func CLI or the kn func plugin. Functions can be written in multiple languages and are automatically deployed as auto-scaling Knative Services that respond to HTTP requests or CloudEvents.

API entry from apis.yml

apis.yml Raw ↑
aid: knative:knative-functions
name: Knative Functions
description: Knative Functions enables developers to create, build, and deploy stateless, event-driven
  functions as Knative Services using the func CLI or the kn func plugin. Functions can be written in
  multiple languages and are automatically deployed as auto-scaling Knative Services that respond to HTTP
  requests or CloudEvents.
humanURL: https://knative.dev/docs/functions/
properties:
- type: Documentation
  url: https://knative.dev/docs/functions/
- type: Getting Started
  url: https://knative.dev/docs/getting-started/about-knative-functions/
- type: GitHubRepository
  url: https://github.com/knative/func
tags:
- CLI
- Event-Driven
- Functions
- Serverless