You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Parameters:
12
12
Mappings:
13
13
Solution:
14
14
Constants:
15
-
Version: "v0.10"
15
+
Version: "v0.11"
16
16
17
17
Resources:
18
18
SourceS3Bucket:
@@ -155,7 +155,7 @@ Resources:
155
155
Properties:
156
156
Description: Schedule to run the state machine every 1 hour
157
157
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)"
159
159
Policies: # Find out more about SAM policy templates: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-policy-templates.html
0 commit comments