@dry-lint/cloudformation
v3.0.0
Published
Detect duplicate or near-duplicate definitions in AWS CloudFormation templates.
Maintainers
Readme
@dry-lint/cloudformation
Part of the dry-lint monorepo.
Extracts resources, outputs, parameters, and mappings from AWS CloudFormation templates (.yaml / .json) so you can detect duplicate or overlapping infrastructure definitions.
Install
bun add -D @dry-lint/cloudformationConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/cloudformation"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
