UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

11 lines (9 loc) 192 B
class Justfail { run (event, context) { context.sendTaskFailure({ error: 'justFail', cause: new Error('Just Fail') }) } // run } // Justfail module.exports = Justfail