Created
June 13, 2020 15:06
-
-
Save vamsijakkula/c367a4fd463608ee2119a353ea4a1441 to your computer and use it in GitHub Desktop.
handler.py
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
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