Skip to content

Instantly share code, notes, and snippets.

@mpppk
Created October 25, 2018 15:28
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 mpppk/0b34b92f46f3db0537bd83fcba13ea7e to your computer and use it in GitHub Desktop.
Save mpppk/0b34b92f46f3db0537bd83fcba13ea7e to your computer and use it in GitHub Desktop.
exports.handler = (a) => {
return a + a;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment