An open API service indexing awesome lists of open source software.

https://github.com/borodun/of-templates

Template for OpenFaas
https://github.com/borodun/of-templates

openfaas openfaas-template

Last synced: 7 months ago
JSON representation

Template for OpenFaas

Awesome Lists containing this project

README

          

# What is this
OpenFaaS golang template that uses [modified classic-watchdog](https://github.com/borodun/of-watchdog). See [go classic template](https://docs.openfaas.com/cli/templates/#go-go-classic-template)

#### Adding templates
```bash
faas template pull https://github.com/borodun/of-templates
faas new --list

Languages available as templates:
- cpu-go
```
#### Creating new function
````bash
faas new --lang cpu-go
````