Skip to content

Commit

Permalink
Merge pull request #23 from PatientPing/python39
Browse files Browse the repository at this point in the history
Added ability to use python3.9
  • Loading branch information
dberkowicz authored Jan 27, 2023
2 parents 640c21f + efee4c4 commit 23be236
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lambda_function/placeholders/python3.9/index.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import json


def lambda_handler(event, context):
print(json.dumps(event))
return {
'statusCode': 200,
'body': event
}

0 comments on commit 23be236

Please sign in to comment.