UNPKG

jaws-framework

Version:

JAWS is the serverless framework powered by Amazon Web Services.

7 lines (6 loc) 164 B
/** * API: Users: Create */ exports.handler = function(event, context) { context.done(null, { message: 'This test lambda function has run successfully!' }); };