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 bad1d45 commit 0f6deebCopy full SHA for 0f6deeb
cloudformation/main.yml
@@ -289,14 +289,14 @@ Resources:
289
Condition: IsProd
290
Properties:
291
AlarmName: !Sub ${ApplicationPrefix}-gateway-latency-high
292
- AlarmDescription: !Sub 'Alarm if ${ApplicationPrefix} API gateway latency is > 3s.'
+ AlarmDescription: 'Average API gateway latency is > 1.25s for 2 minutes.'
293
Namespace: 'AWS/ApiGateway'
294
MetricName: 'Latency'
295
Statistic: 'Average'
296
- Period: '60'
+ Period: '120'
297
EvaluationPeriods: '1'
298
ComparisonOperator: 'GreaterThanThreshold'
299
- Threshold: '3000'
+ Threshold: '1250'
300
AlarmActions:
301
- !Ref AlertSNSArn
302
Dimensions:
0 commit comments