Skip to content

Instantly share code, notes, and snippets.

@news700

news700/step1 Secret

Last active April 1, 2016 03:44
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 news700/6f1cbe80663a8965a0832ad277b4970e to your computer and use it in GitHub Desktop.
Save news700/6f1cbe80663a8965a0832ad277b4970e to your computer and use it in GitHub Desktop.
exports.handler = function(event, context) {
context.done(null, event);
//context.succeed(event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment