Skip to content

Commit a5ffe4b

Browse files
committed
Change alarm name for SQS DLQ alarm
1 parent e6fc1d9 commit a5ffe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/alerting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Resources:
2525
AppDLQMessagesAlarm:
2626
Type: "AWS::CloudWatch::Alarm"
2727
Properties:
28-
AlarmName: !Sub ${ApplicationPrefix}-sqs-dlq
28+
AlarmName: !Sub ${ApplicationPrefix}-sqs-dlq-present
2929
AlarmDescription: "Items are present in the application DLQ, meaning some messages failed to process."
3030
Namespace: "AWS/SQS"
3131
MetricName: "ApproximateNumberOfMessagesVisible"

0 commit comments

Comments
 (0)