@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.
bun add -D @dry-lint/cloudformation
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/cloudformation"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.