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
480 stars 70 forks source link

feat(alarm): Make AlarmNamingStrategy customizable #313

Closed Mitchell-Cook closed 1 year ago

Mitchell-Cook commented 1 year ago

Making the AlarmNamingStrategy configurable. My team wants to add the disambiguator to the alarm dedupe string. This requires custom logic for generating the deduplication string, which is why we want to be able to override this class's functionality.

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

Mitchell-Cook commented 1 year ago

Closed in favor of new Pull request: https://github.com/cdklabs/cdk-monitoring-constructs/pull/315