Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active August 23, 2018 20:01
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 astrotars/8149dd22cdfcf2a007e0b21d5188a74c to your computer and use it in GitHub Desktop.
Save astrotars/8149dd22cdfcf2a007e0b21d5188a74c to your computer and use it in GitHub Desktop.
exports.handler = async (event) => {
const data = event.Records[0].body;
console.log(data);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment