cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
443 stars 55 forks source link

feat: drop peer dependency on @aws-cdk/aws-redshift-alpha #530

Closed echeung-amzn closed 5 days ago

echeung-amzn commented 1 week ago

Fixes #212.

We don't really use the L2 constructs directly, so we add our own rough type checking logic to replace the one usage we did have but retain the dev dependency for testing purposes.

For reference, here's the current L2 Cluster implementation.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license