We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25e1b7 commit f2f98b5Copy full SHA for f2f98b5
layer/layer/canary_stack.py
@@ -143,7 +143,7 @@ def __init__(
143
timeout=Duration.seconds(10),
144
runtime=Runtime.PYTHON_3_9,
145
architecture=architecture,
146
- log_retention=RetentionDays.ONE_MONTH,
+ log_retention=RetentionDays.TEN_YEARS,
147
role=execution_role,
148
environment={
149
"POWERTOOLS_VERSION": powertools_version,
@@ -166,7 +166,7 @@ def __init__(
166
self,
167
"CanaryCustomResource",
168
on_event_handler=canary_lambda,
169
170
)
171
# force to recreate resource on each deployment with randomized name
172
CustomResource(
0 commit comments