Testing constructs - AWS Cloud Development Kit (AWS CDK) v2

With the AWS CDK, your infrastructure can be as testable as any other code you write. The standard approach to testing AWS CDK apps uses the AWS CDK's assertions module and popular test frameworks like Jest for TypeScript and JavaScript or Pytest