Skip to content

Instantly share code, notes, and snippets.

@dsandor
Created January 3, 2020 14:50
Show Gist options
  • Select an option

  • Save dsandor/0ae435b1cf59357992cd73d8de506f4e to your computer and use it in GitHub Desktop.

Select an option

Save dsandor/0ae435b1cf59357992cd73d8de506f4e to your computer and use it in GitHub Desktop.
module.exports.handler = (event) => {
console.log('event:\n', JSON.stringify(event));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment