Skip to content

Commit

Permalink
Update lambda_function.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mdrehanalam2020 authored Jun 6, 2023
1 parent ff5172b commit 37199ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def lambda_handler(event, context):
# TODO implement
return {
'statusCode': 200,
'body': json.dumps('Hello from Lambda!....... (Modified v0.2')
'body': json.dumps('Hello from Lambda!....... (Modified v0.5 by Irfan')
}

0 comments on commit 37199ed

Please sign in to comment.