Skip to content

Golang function runtime for Knative Functions

License

Notifications You must be signed in to change notification settings

lance/func-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knative.dev/runtime

This repository contains the function invocation and runtime framework for Knative Go functions.

Overview

Knative Go functions are a way to run Go code in a serverless environment. The functions are invoked by the Knative runtime, which provides the function with an event and a context. The function then processes the event and returns a result.

Getting started

Typically, this runtime is used in the context of a Knative Go function. You can create a new function using the Knative Go function template.

func create -l go

This will create a new Go project that uses the Knative Go function invocation framework. You can then build and deploy the function using the Knative Functions CLI.

func deploy

More information

For more information about Knative Go functions, see the Knative Functions documentation.

About

Golang function runtime for Knative Functions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%