Skip to content

Instantly share code, notes, and snippets.

@clawfire
Created January 31, 2019 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clawfire/5f55eb5c0f99b22d0860fd9cacac927a to your computer and use it in GitHub Desktop.
Save clawfire/5f55eb5c0f99b22d0860fd9cacac927a to your computer and use it in GitHub Desktop.
Google Cloud function hello world for Smile's innovation article about FaaS
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