cdklabs / decdk

Define AWS CDK applications declaratively
https://aws.amazon.com/cdk
Apache License 2.0
61 stars 2 forks source link

Automated testing of L2s in deCDK #56

Closed Chriscbr closed 2 weeks ago

Chriscbr commented 2 years ago

An automated test that tries creating every L2 construct by simply initializing it with the minimum parameters.

deCDK is not coupled to a specific version of AWS CDK, and it doesn't make sense to test this for every possible version of AWS CDK, so we can probably just test this on the minimum and maximum versions of AWS CDK that are supported.

Investigate if we can re-use something from https://github.com/cdklabs/cdk-generate-synthetic-examples.

rix0rrr commented 2 weeks ago

Good idea, but unlikely we are going to do this in its current form. I'm going to close it out.