Skip to content

Commit 31f1430

Browse files
committed
Fix values for EvaluationPeriods and Period
1 parent 974ed4b commit 31f1430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/with-sched-event-example-use-app-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following contains the SAM template for this application\. Copy the text bel
1515
```
1616
AWSTemplateFormatVersion: '2010-09-09'
1717
Transform: AWS::Serverless-2016-10-31
18-
Parameters:
18+
Parameters:
1919
NotificationEmail:
2020
Type: String
2121
Resources:
@@ -47,10 +47,10 @@ Resources:
4747
Dimensions:
4848
- Name: FunctionName
4949
Value: !Ref CheckWebsitePeriodically
50-
EvaluationPeriods: String
50+
EvaluationPeriods: 1
5151
MetricName: Errors
5252
Namespace: AWS/Lambda
53-
Period: '60'
53+
Period: 60
5454
Statistic: Sum
5555
Threshold: '1'
5656
```

0 commit comments

Comments
 (0)