Context
The AWS SDK V2 is being deprecated. We need to remove all uses of it from the CDK. As a result, the SDK v2 handler used by AwsCustomResource is being removed. Several integ tests are impacted due to the changing asset hash and it was noted that none of these integ tests have assertions related to AwsCustomResource. To improve testing coverage we will be adding assertions to these integ tests.
Task Description
Update integ tests impacted by the removal of the SDK v2 handler to include assertions for AwsCustomResource where possible. Note that in some cases an assertion is not possible. For example, where the AwsCustomResource is making a describe related API call there will be nothing to assert against.
Acceptance Criteria
Investigate the following integ tests and add assertions where possible:
Context
The AWS SDK V2 is being deprecated. We need to remove all uses of it from the CDK. As a result, the SDK v2 handler used by
AwsCustomResourceis being removed. Several integ tests are impacted due to the changing asset hash and it was noted that none of these integ tests have assertions related toAwsCustomResource. To improve testing coverage we will be adding assertions to these integ tests.Task Description
Update integ tests impacted by the removal of the SDK v2 handler to include assertions for
AwsCustomResourcewhere possible. Note that in some cases an assertion is not possible. For example, where theAwsCustomResourceis making adescriberelated API call there will be nothing to assert against.Acceptance Criteria
Investigate the following integ tests and add assertions where possible: