/faas-fsharp-template

F# template for OpenFaaS-cli.

Primary LanguageDockerfileMIT LicenseMIT

F# Template for OpenFaaS-cli

Usage

faas-cli template pull https://github.com/Fizzixnerd/faas-fsharp-template
faas-cli new myfunction --lang fsharp

You will find the newly created directory myfunction:

  • Function.fsproj : project definition
  • FunctionHandler.fs : entry point
    • type RequestParameters example of type for deserializing input parameters

Feel like something is missing? Open an issue!