Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created August 23, 2018 18:46
exports.handler = async (event) => {
console.log(event.Records[0].body);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment