Skip to content

Commit 96bdcf7

Browse files
committed
change alarm description
1 parent 5ff3957 commit 96bdcf7

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/instance/modules/lambda

1 file changed

+1
-1
lines changed

infrastructure/instance/modules/lambda/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ resource "aws_cloudwatch_metric_alarm" "fhir_api_error_alarm" {
8080
period = 120
8181
statistic = "Sum"
8282
threshold = 1
83-
alarm_description = "This sets off an alarm for any error logs found in fhir api Lambda function"
83+
alarm_description = "Triggers an alarm when 500 or 403 error responses are logged by the FHIR API Lambda function."
8484
alarm_actions = [data.aws_sns_topic.fhir_api_errors.arn]
8585
treat_missing_data = "notBreaching"
8686
}

0 commit comments

Comments
 (0)