CI Perf Lint

CDK Duplicate Asset Hash

Detects multiple CDK assets with the same sourceHash in cdk.out/manifest.json.

CDK computes a content hash of each asset’s bundle directory. When two or more assets share the same hash, they contain identical bundled files — source code, dependencies, and all.

Why It Matters

How To Fix

Measurement

After refactoring, verify the number of unique CDK assets has decreased.