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 4e1aeff commit ee1ccafCopy full SHA for ee1ccaf
cloudformation/main.yml
@@ -407,7 +407,7 @@ Resources:
407
AlarmDescription: 'Items are present in the application DLQ, meaning some messages failed to process.'
408
Namespace: 'AWS/SQS'
409
MetricName: 'ApproximateNumberOfMessagesVisible'
410
- Statistic: 'SUM'
+ Statistic: 'Sum'
411
Period: '60'
412
EvaluationPeriods: '1'
413
ComparisonOperator: 'GreaterThanThreshold'
0 commit comments