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 703cf79 commit 65a7fe7Copy full SHA for 65a7fe7
infrastructure/terraform/components/api/module_authorizer_lambda.tf
@@ -32,7 +32,7 @@ module "authorizer_lambda" {
32
log_subscription_role_arn = local.acct.log_subscription_role_arn
33
34
lambda_env_vars = {
35
- CLOUDWATCH_NAMESPACE = "/aws/api-gateway/${aws_api_gateway_rest_api.main.id}/${var.environment}/alarms"
+ CLOUDWATCH_NAMESPACE = "/aws/api-gateway/alarms"
36
CLIENT_CERTIFICATE_EXPIRATION_ALERT_DAYS = 14
37
}
38
0 commit comments