Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layer/layer/canary_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(
timeout=Duration.seconds(10),
runtime=Runtime.PYTHON_3_9,
architecture=architecture,
log_retention=RetentionDays.ONE_MONTH,
log_retention=RetentionDays.TEN_YEARS,
role=execution_role,
environment={
"POWERTOOLS_VERSION": powertools_version,
Expand All @@ -166,7 +166,7 @@ def __init__(
self,
"CanaryCustomResource",
on_event_handler=canary_lambda,
log_retention=RetentionDays.ONE_MONTH,
log_retention=RetentionDays.TEN_YEARS,
)
# force to recreate resource on each deployment with randomized name
CustomResource(
Expand Down