Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 5af1d65

Browse files
committed
Updates CloudWatch dashboard name
The CloudWatch dashboard name now contains the region name and the stack name
1 parent 0168785 commit 5af1d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/infrastructure/personalize/cloudwatch/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
self.dashboard = cw.Dashboard(
4444
self,
4545
"PersonalizeDashboard",
46-
dashboard_name=f"PersonalizeSolution-{Aws.STACK_NAME}",
46+
dashboard_name=f"PersonalizeSolution-{Aws.STACK_NAME}-{Aws.REGION}",
4747
period_override=cw.PeriodOverride.AUTO,
4848
start="-PT1D",
4949
)

0 commit comments

Comments
 (0)