Skip to content

Commit ebf0ccd

Browse files
committed
chore: Set alarm lower
1 parent 73ce9ae commit ebf0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module "alarm_lambda_is_popular" {
243243
alarm_description = "Lambda is too popular"
244244
comparison_operator = "GreaterThanOrEqualToThreshold"
245245
evaluation_periods = 1
246-
threshold = 100
246+
threshold = 20
247247
period = 60
248248
unit = "Count"
249249
treat_missing_data = "notBreaching"

0 commit comments

Comments
 (0)