Skip to content

Instantly share code, notes, and snippets.

@clawfire
Created January 31, 2019 18:54
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/f4f47bb719fca23cade511bd39c58eea to your computer and use it in GitHub Desktop.
Save clawfire/f4f47bb719fca23cade511bd39c58eea to your computer and use it in GitHub Desktop.
Nuclio function hello world for Smile's innovation article about FaaS
def hello(context, event):
context.Response(body="Hello world !")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment