Created
January 31, 2019 18:53
-
-
Save clawfire/5f55eb5c0f99b22d0860fd9cacac927a to your computer and use it in GitHub Desktop.
Google Cloud function hello world for Smile's innovation article about FaaS
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
def hello_http(request): | |
return "Hello world !" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment