Skip to content

Commit

Permalink
Merge pull request #86 from mitchclarkebase2/master
Browse files Browse the repository at this point in the history
Set latency to disabled by default
  • Loading branch information
Guslington authored Nov 6, 2022
2 parents 4eef636 + 5b33b25 commit 736e596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cfnguardian/resources/apigateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def default_alarms
alarm.statistic = 'Average'
alarm.threshold = 1000
alarm.evaluation_periods = 2
alarm.enabled = false
@alarms.push(alarm)
end

Expand Down

0 comments on commit 736e596

Please sign in to comment.