Skip to content

Commit 681c4a2

Browse files
author
Ash
committed
code change
1 parent 3a07cf8 commit 681c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def handler(event, context):
22
return {
33
"statusCode": 200,
4-
"body": "Hello from Python CDK Lambda v1"
4+
"body": "CDK-lambda-git-test"
55
}

0 commit comments

Comments
 (0)