Skip to content

Commit ec53d26

Browse files
committed
Fixed a typo in the defintion of the Lambda function the watchdog should be tracking.
1 parent 0a9e92c commit ec53d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Management-Utilities/auto_set_fsxn_auto_grow/cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Resources:
184184
MetricName: "Errors"
185185
Dimensions:
186186
- Name: "FunctionName"
187-
Value: !Sub "auto-set-auto-grow-${AWS::StackName}"
187+
Value: !Sub "auto-set-fsxn-auto-grow-${AWS::StackName}"
188188
Statistic: "Maximum"
189189
Period: 300
190190
EvaluationPeriods: 1

0 commit comments

Comments
 (0)