Created
December 17, 2020 04:24
-
-
Save McKlayne/7870e9b1682e5318bf7f901b637d9ab4 to your computer and use it in GitHub Desktop.
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 sys | |
def handler(event, context): | |
return 'Hello from AWS Lambda using Python' + sys.version + '!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment