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.
1 parent e6fc1d9 commit a5ffe4bCopy full SHA for a5ffe4b
cloudformation/alerting.yml
@@ -25,7 +25,7 @@ Resources:
25
AppDLQMessagesAlarm:
26
Type: "AWS::CloudWatch::Alarm"
27
Properties:
28
- AlarmName: !Sub ${ApplicationPrefix}-sqs-dlq
+ AlarmName: !Sub ${ApplicationPrefix}-sqs-dlq-present
29
AlarmDescription: "Items are present in the application DLQ, meaning some messages failed to process."
30
Namespace: "AWS/SQS"
31
MetricName: "ApproximateNumberOfMessagesVisible"
0 commit comments