We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a07cf8 commit 681c4a2Copy full SHA for 681c4a2
lambda/app.py
@@ -1,5 +1,5 @@
1
def handler(event, context):
2
return {
3
"statusCode": 200,
4
- "body": "Hello from Python CDK Lambda v1"
+ "body": "CDK-lambda-git-test"
5
}
0 commit comments