Ken Huang

Results 31 issues of Ken Huang

## Cause https://github.com/hupe1980/cdkdx/blob/28df1ba253bd250c854fc1d94edc9a830e85fd94/packages/eslint-plugin-cdk/src/utils/cdk.ts#L20 This line of code ⬆️ enforces we use the name `cdk` to import "all" from `aws-cdk-lib`. e.g. ```ts import * as cdk from "aws-cdk-lib" // ✅ works!...