Created
May 23, 2017 23:04
-
-
Save ernestofreyreg/98aca1dc12050ae518b01556f237ff11 to your computer and use it in GitHub Desktop.
Serverless react starting point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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