UNPKG

kes

Version:

Making deployment to AWS using CloudFormation easier and fun

9 lines (6 loc) 163 B
'use strict' function handler(event, context, cb) { console.log('sample lambda fuction that does nothing'); return cb(); } module.exports.handler = handler;