Skip to content

Instantly share code, notes, and snippets.

@McKlayne
Created December 17, 2020 04:24
Show Gist options
  • Save McKlayne/7870e9b1682e5318bf7f901b637d9ab4 to your computer and use it in GitHub Desktop.
Save McKlayne/7870e9b1682e5318bf7f901b637d9ab4 to your computer and use it in GitHub Desktop.
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