Skip to content

Commit

Permalink
Added validation rules for SQS alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed May 21, 2021
1 parent 2a9f6c4 commit 1befba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless-plugin/config-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const supportedAlarms = {
Lambda: ['Errors', 'ThrottlesPc', 'DurationPc', 'Invocations', 'IteratorAge'],
ApiGateway: ['5XXError', '4XXError', 'Latency'],
States: ['ExecutionsThrottled', 'ExecutionsFailed', 'ExecutionsTimedOut'],
DynamoDB: ['ReadThrottleEvents', 'WriteThrottleEvents', 'UserErrors', 'SystemErrors']
DynamoDB: ['ReadThrottleEvents', 'WriteThrottleEvents', 'UserErrors', 'SystemErrors'],
SQS: ['AgeOfOldestMessage', 'InFlightMessagesPc']
}

const supportedWidgets = {
Expand Down

0 comments on commit 1befba7

Please sign in to comment.