Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 446 Bytes

What is this

OpenFaaS golang template that uses modified classic-watchdog. See go classic template

Adding templates

faas template pull https://github.com/borodun/of-templates
faas new --list

Languages available as templates:
- cpu-go

Creating new function

faas new --lang cpu-go <function-name>