Created
August 15, 2021 10:46
-
-
Save thoughtspeed7/11b669e35be4a5f07c95ada25a32bae0 to your computer and use it in GitHub Desktop.
Run Google Cloud Functions Everywhere Using Functions Framework
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
| // om namah shivaya | |
| exports.helloWorld = (req, res) => { | |
| res.send('Hello, World!'); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment