Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created March 1, 2020 17:17
Show Gist options
  • Save desaijay315/d295a337b83a0c8847e654eee8bfb7ff to your computer and use it in GitHub Desktop.
Save desaijay315/d295a337b83a0c8847e654eee8bfb7ff to your computer and use it in GitHub Desktop.
'use strict';
module.exports.hello = async event => {
return {
statusCode: 200,
body: JSON.stringify(
{
message: 'Go Serverless v3.0! Your function executed successfully!'
},
null,
2
),
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment