F# Template for OpenFaaS-cli
faas-cli template pull https://github.com/hayer/faas-fsharp-template
faas-cli new myfunction --lang fsharpYou will find the newly created directory myfunction:
- Function.fsproj : project definition
- FunctionHandler.fs : entry point
type RequestParametersexample of type for deserializing input parameters