initial commit

This commit is contained in:
Nico Melone
2023-08-24 17:49:47 -05:00
parent 23b7279c0f
commit 72d3f2c348
5422 changed files with 890638 additions and 0 deletions

3
lambda_function.py Normal file
View File

@@ -0,0 +1,3 @@
import sys
def handler(event, context):
return 'Hello from AWS Lambda using Python' + sys.version + '!'