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 6f8dc5d commit 560200aCopy full SHA for 560200a
infrastructure/terraform/components/api/module_authorizer_lambda.tf
@@ -31,8 +31,6 @@ module "authorizer_lambda" {
31
log_destination_arn = local.destination_arn
32
log_subscription_role_arn = local.acct.log_subscription_role_arn
33
34
- depends_on = [aws_cloudwatch_log_group.api_gateway_execution]
35
-
36
lambda_env_vars = {
37
CLOUDWATCH_NAMESPACE = "/aws/api-gateway/supplier/alarms",
38
CLIENT_CERTIFICATE_EXPIRATION_ALERT_DAYS = 14,
0 commit comments