aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.71k stars 3.94k forks source link

eslint rules for CDK apps #32293

Open rix0rrr opened 4 days ago

rix0rrr commented 4 days ago

Describe the feature

We should have a collection of linter rules to help write CDK apps. There are common mistakes that are hard to prevent at runtime, and require static source analysis.

Examples:

Etc. I'm sure we can come up with more. Put your best ideas in here!

ashishdhingra commented 4 days ago

@rix0rrr Good morning. Please also refer https://github.com/aws/aws-cdk/issues/32136 where user opened a similar feature request.

Thanks, Ashish