OpenFunction / functions-framework

functions-framework for multi-runtime, multi-type functions, and multi-language support
10 stars 6 forks source link
faas go golang serverless serverless-framework serverless-functions

OpenFunction Functions Framework

The OpenFunction Functions Framework is designed to provide users with the ability to convert function code into applications that support multiple runtimes.

OpenFunction Context

To learn more about the design of the OpenFunction Context, refer to Function Context.

To learn more about different versions of the OpenFunction Context specifications, refer to the following links:

The direct user of OpenFunction Context is the OpenFunction Builder (Go). The following table describes the compatibility between Context, Builder, and OpenFunction.

You can get the corresponding version compatibility information from the specific builder repository. Here we use the OpenFunction Go (v1.15) builder as an example.

OpenFunction Context Builder (Go)
v0.3.* v0.1.0 v0.2.2 (openfunction/builder-go:v0.2.2-1.15)
v0.4.* v0.2.0 v0.3.0 (openfunction/builder-go:v0.3.0-1.15)
v0.5.* v0.2.0 v0.4.0 (openfunction/builder-go:v0.4.0-1.15)
v0.6.* v0.3.0 v2-1.16+

Functions Framework Samples

For more examples of functions framework, refer to OpenFunction/samples: Functions-framework samples.

Support

Languages

Runtimes

Function Types

Contributing

Refer to CONTRIBUTING to get started with developing OpenFunction Functions Framework.