Introduction
awscdk-lint provides Oxlint and ESLint plugins for the AWS Cloud Development Kit (AWS CDK).
The same set of CDK rules is offered through two packages:
oxlint-plugin-awscdk— for using Oxlinteslint-plugin-awscdk— for using ESLint
Pick whichever linter your project already uses. The rules detect the same issues:
- Syntax errors
- Violations of AWS CDK theory
Integrating either linter with your editor is also convenient for checking code in real-time.
🚥 Versioning policy
Please see Versioning Policy.
📰 Changelog
We are using GitHub Releases.
🔒 License
See the LICENSE file for license rights and limitations (MIT).
