v19.0.0
19.0.0 (2021-06-07)
- feat!: add an alarm capable of catching cycling instances and instantiate within the EC2 App pattern (#594) (0e4089b), closes #594
BREAKING CHANGES
-
- When instantiating a
Gu5xxPercentageAlarm
you should no longer specify an id in the constructor.
- When instantiating a
GuEc2App
'smonitoringConfiguration
prop now requires a different interface. For the latest guidance and example code, see examples at https://guardian.github.io/cdk/interfaces/index.guec2appprops.html.
Note: if your stack already instantiates a Gu5xxPercentageAlarm
, we recommend upgrading to this version of the library in two stages. First, remove all alarms using monitoringConfiguration: { noMonitoring: true }
and deploy the change. Second, reconfigure alarms using the new interface and deploy again.