initial commit
This commit is contained in:
3
lambda_function.py
Normal file
3
lambda_function.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
def handler(event, context):
|
||||
return 'Hello from AWS Lambda using Python' + sys.version + '!'
|
||||
Reference in New Issue
Block a user