https://github.com/hayer/faas-fsharp-template
F# template for OpenFaaS-cli.
https://github.com/hayer/faas-fsharp-template
faas faas-cli fsharp
Last synced: 29 days ago
JSON representation
F# template for OpenFaaS-cli.
- Host: GitHub
- URL: https://github.com/hayer/faas-fsharp-template
- Owner: hayer
- License: mit
- Created: 2018-03-03T22:55:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T14:28:29.000Z (about 3 years ago)
- Last Synced: 2025-10-20T03:38:12.834Z (6 months ago)
- Topics: faas, faas-cli, fsharp
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# F# Template for [OpenFaaS-cli](https://github.com/openfaas/faas-cli)
## Usage
```shell
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!