Documentation
    Preparing search index...

    Module @dry-lint/cloudformation

    @dry-lint/cloudformation

    CI Docs License

    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.