UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

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