Testing Constructs The CDK Developer Guide has a good guide on testing constructs. For this section of the workshop we are going to use the Fine-Grained Assertions and Validation type tests. CDK assert Library We will be using the CDK assertions (aws-cdk-lib/assertions) library throughout this section. The library contains several helper functions for writing unit and integration tests. For this..