Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit df762d5

Browse files
committed
chore: update cdk configuration
1 parent b4a62df commit df762d5

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

cdk.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575
"@aws-cdk/aws-rds:setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId": true,
7676
"@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics": true,
7777
"@aws-cdk/aws-lambda-nodejs:sdkV3ExcludeSmithyPackages": true,
78-
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": true
78+
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": true,
79+
"@aws-cdk/core:newStyleStackSynthesis": true,
80+
"@aws-cdk/core:stackRelativeExports": true,
81+
"aws-cdk:enableDiffNoFail": true
82+
},
83+
"build": {
84+
"exclude": [
85+
"cdk.out",
86+
"node_modules",
87+
".git",
88+
"*.backup",
89+
"*.log",
90+
"target"
91+
]
7992
}
8093
}

0 commit comments

Comments
 (0)