2016-09-08 14:49:24 +09:00

9 lines
263 B
JavaScript

'use strict';
// Your first function handler
module.exports.hello = (event, context, cb) => {
cb(null, { message: 'Go Serverless v1.0! Your function executed successfully!', event });
};
// You can add more handlers here, and reference them in serverless.yml