aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.52k stars 3.86k forks source link

cli-lib-alpha needs a framework for integration testing setup #27192

Open mrgrain opened 1 year ago

mrgrain commented 1 year ago

Currently cli-lib-alpha is only unit tested. Need to add at least one example for an integration test. We have various approach to this in the @aws-cdk-testing namespace, one of them will work.

msambol commented 1 year ago

@mrgrain I can take this.