Skip to content

Commit bca6648

Browse files
committed
fix: remove function timeouts
1 parent d9c19bf commit bca6648

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/servers/book-search/cdk_stack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Aspects,
44
CfnOutput,
55
DockerVolume,
6-
Duration,
76
Environment,
87
RemovalPolicy,
98
Stack,
@@ -68,7 +67,6 @@ def __init__(
6867
runtime=lambda_.Runtime.PYTHON_3_13,
6968
entry="function",
7069
memory_size=2048,
71-
timeout=Duration.seconds(10),
7270
environment={
7371
"LOG_LEVEL": "DEBUG",
7472
},

examples/servers/dad-jokes/cdk_stack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Aspects,
44
CfnOutput,
55
DockerVolume,
6-
Duration,
76
Environment,
87
Fn,
98
RemovalPolicy,
@@ -72,7 +71,6 @@ def __init__(
7271
runtime=lambda_.Runtime.PYTHON_3_13,
7372
entry="function",
7473
memory_size=2048,
75-
timeout=Duration.seconds(10),
7674
environment={
7775
"LOG_LEVEL": "DEBUG",
7876
},

0 commit comments

Comments
 (0)