function invoke(context) { return { body: 'simple func' } } module.exports = invoke;