We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698374a commit ea52c1eCopy full SHA for ea52c1e
hello_lambda_py/app.py
@@ -6,7 +6,7 @@ def lambda_handler(event, context):
6
"statusCode": 200,
7
"body": json.dumps(
8
{
9
- "message": "hello",
+ "message": "hello_world",
10
}
11
),
12
0 commit comments