stackery

1.0.1 • Public • Published

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.

/stackery/

    Package Sidebar

    Install

    npm i stackery

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • cnd