-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Description
This is a Feature Proposal
Description
The alarms go to INSUFFICIENT_DATA
if the respective state machine doesn't run at least once a minute. I think that should be configurable because for most use cases, the state machine doesn't run on a set schedule and even if so, it won't run every minute.
I'd like to be able to configure how the alarms treat missing data either as missing
(current implementation and AWS default) or as ignore
(so it wouldn't move the alarms to INSUFFICIENT_DATA
if the state machine doesn't run) or even allow to specify all options AWS allows here.
More information can be found in the official AWS documentation.
Additional Data
- Serverless Framework Core Version you're using: 1.37.0
- The Plugin Version you're using: 1.12.0
- Operating System: MacOS 10.14.3
Metadata
Metadata
Assignees
Labels
No labels