Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 478 Bytes

F# Template for OpenFaaS-cli

Usage

faas-cli template pull https://github.com/hayer/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!