Tag: 14. Documentation.

How to write and execute integration tests for AWS CDK applications

July 21, 2023 By Mark Otto Off

Automated integration testing validates system components and boosts confidence for new software releases. Performing integration tests on resources deployed to the AWS cloud enables the validation of AWS Identity and Access Management (IAM) policies, service limits, application configuration, and runtime code. For developers that are…