Skip to content

stackery/stackery-node-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stackery Module Stub

This module is a stub for the real Stackery module that is used for outputting messages from a Function node in a deployment. It is useful for when you want to run your Function code outside of a Stackery deployment.

To use the module, add it as a development dependency of your Function:

npm install --save-dev stackery

Stubs

output

The stackery.output() function matches the Ouput function signature. The stub ignores the message and options and resolves after the next tick of the Node.js event loop.

About

Stub for Stackery Node.js functionality used outside of a Stackery deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published