Compatibility with cfn-lint #5309
Labels
@aws-cdk/core
Related to core CDK functionality
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
management/devenv
Related to CDK development/build environment
❓ General Issue
Compatibility with cfn-lint checks
The CloudFormation templates generated by CDK do not follow all the conventions specified by the cfn-lint repository.
Specifically, we notice that W2001 (Check if Parameters are Used) and I1022 (Use Sub instead of Join) are commonly violated by CDK-generated templates.
Suggestions for solutions:
The text was updated successfully, but these errors were encountered: