Skip to content

Instantly share code, notes, and snippets.

@cangoektas
Created November 10, 2017 19:34
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 cangoektas/0b9e284980d1a3364ab9bde678a0f6db to your computer and use it in GitHub Desktop.
Save cangoektas/0b9e284980d1a3364ab9bde678a0f6db to your computer and use it in GitHub Desktop.
module.exports.hello = (event, context, callback) => {
console.log("Hello, world!");
callback(null);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment