Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created June 13, 2020 15:06
Show Gist options
  • Save vamsijakkula/c367a4fd463608ee2119a353ea4a1441 to your computer and use it in GitHub Desktop.
Save vamsijakkula/c367a4fd463608ee2119a353ea4a1441 to your computer and use it in GitHub Desktop.
handler.py
import json
def hello(event, context):
print("Go Serverless Your function executed successfully!")
return "Hello World !"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment