Skip to content

CDK

https://github.com/stelligent/cfn_nag

Run yarn cdk synth ... for stacks and scan generated CloudFormation templates with:

Terminal window
find ./cdk.out -type f -name '*.template.json' -exec docker run -v `pwd`/cdk.out:/cdk.out -t stelligent/cfn_nag {} \;
Terminal window
yarn cdk deploy --progress events ...
Terminal window
aws cloudformation continue-update-rollback --stack-name some-stack --resources-to-skip XXX