aws-solutions-constructs
aws-solutions-constructs copied to clipboard
Add cdk-nag suppressions in addition to cfn-nag
There are dozens of core helpers that generate cfnRulesToSuppress, but that project has been abandoned, and there is now the officially-AWS-supported cdk-nag project.
All aws-solutions-constructs should comply with cdk-nag rules, or add appropriate cdk-nag suppressions.
Use Case
aws-solutions-constructs should follow security best practices.
- [x] :warning: This feature might incur a breaking change
This is a :rocket: Feature Request