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

openfaas-incubator/nodejs-afterburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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