Eugene Cheung
Eugene Cheung
### Feature scope All ### Describe your suggested feature Some alarming props like `addQueueMinSizeAlarm` are relatively easy to understand what it's meant for, but some like `addQueueMaxTimeToDrainMessagesAlarm` aren't as clear...
Leveraging https://github.com/aws/aws-cdk/pull/26819 --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
This is a continuation of #534, but it includes breaking changes to some existing metric factories' constructor API contracts. Also includes some minor private method renaming for consistency and a...
1. Throw an error at build time if we're missing the prop when it's needed. 2. Automatically get the region when needed when using `monitorScope`. --- _By submitting this pull...
This allows users to target different regions/account for specific things within a facade rather than relying on 1 facade per region/account with the facade's global settings, so something like: ```ts...
Avoids potentially referring to an API ID that ends up being a token. --- _By submitting this pull request, I confirm that my contribution is made under the terms of...
Just reducing some of the noise when running `yarn test`. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
These have always been awkward APIs since you had to get the ordering right, and you had to pass in `undefined` for optional things. I'll also be adding replacements for...