cfn-lint in a container — validate AWS CloudFormation templates against the resource spec.
240
Containerized cfn-lint — validates AWS
CloudFormation templates against the AWS resource specification, catching invalid resource
properties, bad intrinsic function usage (Ref, Fn::GetAtt, Fn::Sub, Fn::Join),
malformed YAML/JSON, and region-specific availability issues before you deploy.
Packaged as an image so local runs and CI use the identical linter version — no Python toolchain or virtualenv needed on the host.
Lint a single template:
docker run --rm -v "$PWD":/work -w /work <your-namespace>/cfn-lint:latest template.yaml
Content type
Image
Digest
sha256:c28d49564…
Size
53.2 MB
Last updated
20 days ago
docker pull tausolutionsmx/cfn-lint