Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created May 15, 2017 02:05
Show Gist options
  • Save ernestofreyreg/0ad78348ca76df9a748df726199b6572 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/0ad78348ca76df9a748df726199b6572 to your computer and use it in GitHub Desktop.
First Google Cloud Function
module.exports.handler = function (req, res) {
return res.send('Hello World!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment