Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer ensure unit testing and security validation for AWS CDK-generated IaC templates with minimal development overhead?
A
Write custom unit tests using a framework against the AWS CDK's cdk.out file.
B
Integrate unit tests using the CDK assertions module.
C
Utilize CDK runtime context for key-value pair validation in the cdk.out file.
D
Develop a script to identify key configuration strings and report security issues.
E
Apply custom rules using the CDK Aspects class for security configuration checks.