Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 531 Bytes

Node.js AfterBurn language template

Status

AfterBurn is in incubation under the of-watchdog project. It is due to be deprecated by the HTTP mode for the of-watchdog.

Usage

With of-watchdog

Build/deploy/run:

faas-cli template pull https://github.com/openfaas/nodejs-afterburn
faas-cli new --lang node-afterburn burner

faas-cli build -f burner.yml
faas-cli deploy -f burner.yml
echo test | faas-cli invoke burner