Skip to content

Commit a57e222

Browse files
Update body text
1 parent c4d0a47 commit a57e222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
def lambda_handler(event, context):
77
return {
88
"statusCode": 200,
9-
"body": f"Hello from a sample Python Lambda Function! Payload: {PAYLOAD}",
9+
"body": f"Hello from an ephemeral Python Lambda Function! Payload: {PAYLOAD}",
1010
}

0 commit comments

Comments
 (0)