Skip to content

houstonhaynes/faas-fsharp-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

F# template for OpenFaaS-cli.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.6%
  • F# 44.4%