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 fdbc374 commit e8109fcCopy full SHA for e8109fc
terraform/lambda.tf
@@ -91,7 +91,6 @@ module "this" {
91
cloudwatch_logs_kms_key_id = var.cloudwatch_logs_kms_key_id
92
cloudwatch_logs_retention_in_days = local.is_debug ? 7 : 30
93
logging_log_format = "JSON"
94
- logging_application_log_level = local.is_debug ? "DEBUG" : "INFO"
95
96
create_package = false
97
local_existing_package = var.deploy_s3zip == null ? coalesce(var.deploy_localzip, "${path.module}/../dist/dynamodbStreamEvents.zip") : null
0 commit comments