Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created May 23, 2017 23:04
Show Gist options
  • Save ernestofreyreg/98aca1dc12050ae518b01556f237ff11 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/98aca1dc12050ae518b01556f237ff11 to your computer and use it in GitHub Desktop.
Serverless react starting point
module.exports.handler = function (req, res) {
return res.send('My Serverless App')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment