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 56 forks source link

fix: minor facade cleanup #454

Closed echeung-amzn closed 7 months ago

echeung-amzn commented 7 months ago

Including returning the facade when calling addDynamicSegment to allow chaining similar to addSegment.

Also intended to clarify the significance of needing to subclass Monitoring for some of the alarm-related methods to work.


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