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 5ff3957 commit 96bdcf7Copy full SHA for 96bdcf7
infrastructure/instance/modules/lambda/lambda.tf
@@ -80,7 +80,7 @@ resource "aws_cloudwatch_metric_alarm" "fhir_api_error_alarm" {
80
period = 120
81
statistic = "Sum"
82
threshold = 1
83
- alarm_description = "This sets off an alarm for any error logs found in fhir api Lambda function"
+ alarm_description = "Triggers an alarm when 500 or 403 error responses are logged by the FHIR API Lambda function."
84
alarm_actions = [data.aws_sns_topic.fhir_api_errors.arn]
85
treat_missing_data = "notBreaching"
86
}
0 commit comments