Which solution will meet these requirements with the LEAST amount of configuration?

2 Comments

  1. Diana
    Author

    If I’m correct, the answer is:
    Write unit tests by using the AWS CDK assertions module. Create CloudFormation template instances by using the module’s Template.fromString() method for the existing CloudFormation templates and the module’s Template.fromStack{} method for the CDK stacks.

  2. Carol
    Author

    From what I’ve heard, the answer is:
    Write unit tests by using the AWS CDK assertions module. Create CloudFormation template instances by using the module’s Template.fromString() method for the existing CloudFormation templates and the module’s Template.fromStack{} method for the CDK stacks.

Leave a Reply

Your email address will not be published. Required fields are marked *

nineteen + 6 =