Skip to content

Commit c596db0

Browse files
authored
Merge pull request #6 from aws-samples/fix
Fix Schedule Expression
2 parents b58b514 + be03b21 commit c596db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Parameters:
1212
Mappings:
1313
Solution:
1414
Constants:
15-
Version: "v0.10"
15+
Version: "v0.11"
1616

1717
Resources:
1818
SourceS3Bucket:
@@ -155,7 +155,7 @@ Resources:
155155
Properties:
156156
Description: Schedule to run the state machine every 1 hour
157157
Enabled: True # This schedule can be disabled based on the use case to avoid incurring charges.
158-
Schedule: "rate(1 hours)"
158+
Schedule: "rate(1 hour)"
159159
Policies: # Find out more about SAM policy templates: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-policy-templates.html
160160
- LambdaInvokePolicy:
161161
FunctionName: !Ref SQSPollerFunction

0 commit comments

Comments
 (0)