Infrastructure for a test-account permitting stack is defined in TypeScript with the AWS CDK. Which action applies that definition to the test environment?
Select an answer to reveal the explanation.
Short Explanation
cdk deploy is the "make it real" button for your TypeScript stack in the test account. Screenshots and console-only edits leave the CDK app as fan fiction.
Full Explanation
The AWS CDK synthesizes and can deploy application infrastructure per environment via commands such as cdk deploy targeting a specific stack and account context. Console-only drift, non-deployed synthesis alone, or informal handoffs do not apply the defined infrastructure to the test environment.