Skip to content

Commit

Permalink
Use underscores in alarm name
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjames committed Oct 2, 2024
1 parent 6e1106f commit 93a4d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAMtemplates/alarms/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Resources:
PfPConcurrencyAlarm:
Type: AWS::CloudWatch::Alarm
Properties:
AlarmName: !Sub "${StackName}-Concurrency-Alarm"
AlarmName: !Sub "${StackName}_Concurrency_Alarm"
AlarmDescription: "Monitors the concurrency of the PfP as a whole and triggers when concurrency exceeds the threshold."
Namespace: "AWS/Lambda"
MetricName: "ConcurrentExecutions"
Expand Down

0 comments on commit 93a4d1c

Please sign in to comment.