Skip to content

Instantly share code, notes, and snippets.

@mpayetta
Created March 27, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpayetta/82b77f78dc4e3adfe7de50613cd98688 to your computer and use it in GitHub Desktop.
Save mpayetta/82b77f78dc4e3adfe7de50613cd98688 to your computer and use it in GitHub Desktop.
Lambda function signature
exports.handler = (event, context, callback) => {
// TODO implement
callback(null, 'Hello from Lambda');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment