Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.03 KB

fdks.md

File metadata and controls

36 lines (24 loc) · 2.03 KB

Function Development Kits (FDKs)

FDKs are language kits designed to help make working with Fn easier in each language.

Using the fn init CLI command will produce a boilerplate function along with the FDK imported and ready to go for runtime specified using --runtime. (eg fn init --runtime go).

The Fn team has chosen a set of FDKs to initially support, while other FDKs will be labeled as "experimental".

Officially Supported FDKs

To search for all FDK work, you can search the fnproject GitHub org.

Community Supported FDKs

Bring your own Container

Because the Fn Project can use any container, almost any language or package can be used to build functions. The following tutorial helps with this process:

https://fnproject.io/tutorials/ContainerAsFunction/

Also read about the Fn Container Contract for more information.

Examples