Sample

exports.handler = function(a, b, c) {
    console.log("hello world");
}