We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c3620 commit f00496bCopy full SHA for f00496b
examples/servers/book-search/cdk_stack.py
@@ -3,6 +3,7 @@
3
Aspects,
4
CfnOutput,
5
DockerVolume,
6
+ Duration,
7
Environment,
8
RemovalPolicy,
9
Stack,
@@ -67,6 +68,7 @@ def __init__(
67
68
runtime=lambda_.Runtime.PYTHON_3_13,
69
entry="function",
70
memory_size=2048,
71
+ timeout=Duration.seconds(30),
72
environment={
73
"LOG_LEVEL": "DEBUG",
74
},
examples/servers/dad-jokes/cdk_stack.py
Fn,
@@ -71,6 +72,7 @@ def __init__(
75
76
77
78
0 commit comments