Skip to content

Commit ea52c1e

Browse files
lambda-execution
1 parent 698374a commit ea52c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_lambda_py/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def lambda_handler(event, context):
66
"statusCode": 200,
77
"body": json.dumps(
88
{
9-
"message": "hello",
9+
"message": "hello_world",
1010
}
1111
),
1212
}

0 commit comments

Comments
 (0)