Skip to content

Commit ee1ccaf

Browse files
committed
fix alarm metric
Signed-off-by: Dev Singh <[email protected]>
1 parent 4e1aeff commit ee1ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Resources:
407407
AlarmDescription: 'Items are present in the application DLQ, meaning some messages failed to process.'
408408
Namespace: 'AWS/SQS'
409409
MetricName: 'ApproximateNumberOfMessagesVisible'
410-
Statistic: 'SUM'
410+
Statistic: 'Sum'
411411
Period: '60'
412412
EvaluationPeriods: '1'
413413
ComparisonOperator: 'GreaterThanThreshold'

0 commit comments

Comments
 (0)