File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export class FootballNotificationsLambda extends GuStack {
8484 // Read Throttle Events Alarm
8585 new GuAlarm ( this , 'MobileNotificationsFootballConsumedReadThrottleEvents' , {
8686 app,
87- alarmName : ' MobileNotificationsFootballConsumedReadThrottleEvents' ,
87+ alarmName : ` MobileNotificationsFootballConsumedReadThrottleEvents- ${ stage } ` ,
8888 alarmDescription :
8989 'Triggers if DynamoDB ReadThrottleEvents >= 10 in 5 minutes' ,
9090 snsTopicName : 'dynamodb' ,
@@ -108,7 +108,7 @@ export class FootballNotificationsLambda extends GuStack {
108108 'MobileNotificationsFootballConsumedWriteThrottleEvents' ,
109109 {
110110 app,
111- alarmName : ' MobileNotificationsFootballConsumedWriteThrottleEvents' ,
111+ alarmName : ` MobileNotificationsFootballConsumedWriteThrottleEvents- ${ stage } ` ,
112112 alarmDescription :
113113 'Triggers if DynamoDB WriteThrottleEvents >= 10 in 5 minutes' ,
114114 snsTopicName : 'dynamodb' ,
You can’t perform that action at this time.
0 commit comments