Skip to content

Instantly share code, notes, and snippets.

@HyunSeob
Created July 9, 2017 11:12
Show Gist options
  • Save HyunSeob/a4be501b5c279a4bd0745bf76a96f20e to your computer and use it in GitHub Desktop.
Save HyunSeob/a4be501b5c279a4bd0745bf76a96f20e to your computer and use it in GitHub Desktop.
console.log('starting function');
export default (e, ctx, cb) => {
console.log('processing event: %j', e);
cb(null, { hello: 'world' });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment