We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04a8d4f + 80b183b commit 4dfa8c9Copy full SHA for 4dfa8c9
1 file changed
src/infra/alarm/template.yaml
@@ -918,7 +918,7 @@ Resources:
918
ActionsEnabled: true
919
AlarmActions:
920
- !Ref AlertingSNSHighAlertNotificationTopicARN
921
- AlarmDescription: !Sub 'The query to DynamoDB has provided the no response error twice within a minute. ${RunBookURL}'
+ AlarmDescription: !Sub 'The query to DynamoDB has provided the no response error twice within a minute. ${TeamManualPlaybookUrl}'
922
ComparisonOperator: GreaterThanOrEqualToThreshold
923
DatapointsToAlarm: 1
924
Threshold: 2
0 commit comments