Skip to content

Commit

Permalink
Fix: [AEA-4490] - Add missing description to alarm (#987)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details
The alarm was missing a description - add that in.

---------

Co-authored-by: anthony-nhs <[email protected]>
  • Loading branch information
wildjames and anthony-nhs authored Oct 25, 2024
1 parent 1cff4ad commit b8fc355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SAMtemplates/alarms/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Resources:
DynamoDBWriteConsumptionAlarm:
Type: AWS::CloudWatch::Alarm
Properties:
AlarmDescription: DynamoDB usage is nearing provisioned limit.
AlarmName: !Sub "${AWS::StackName}_DynamoDB_ConsumedWriteCapacity"
ActionsEnabled: !Ref EnableAlerts
AlarmActions:
Expand Down

0 comments on commit b8fc355

Please sign in to comment.