UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

9 lines (7 loc) 144 B
'use strict' module.exports = class Hello { run (event, context) { console.log('I SHOULD NOT BE!!!') context.sendTaskSuccess() } }