Skip to content

Commit

Permalink
Merge pull request #18 from PatientPing/python38
Browse files Browse the repository at this point in the history
Added python3.8 to lambda runtime
  • Loading branch information
trobinsonpp authored Mar 23, 2022
2 parents 97df8ac + ba81c92 commit c1c2ffc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lambda_function/placeholders/python3.8/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 c1c2ffc

Please sign in to comment.