Skip to content

Instantly share code, notes, and snippets.

@AWattNY
Created May 22, 2017 17:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AWattNY/1b4eda8b807702c0fa9700c4a130fbf7 to your computer and use it in GitHub Desktop.
Save AWattNY/1b4eda8b807702c0fa9700c4a130fbf7 to your computer and use it in GitHub Desktop.
exports.handler = (event, context, callback) => {
//some code here
callback(error, response);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment