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: sam-template.yaml
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,14 +99,12 @@ Resources:
99
99
CreatedVia: CloudFormation
100
100
Events:
101
101
ImportPeopleRecentlyUpdated:
102
-
Type: Schedule # More info about API Event Source: https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#schedule
102
+
Type: SQS
103
103
Properties:
104
-
Schedule: cron(*/5 * ? * * *) # using the ? as you cannot use * wildcard for both day-of-month and day-of-week field. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
105
-
Name: import-people-recently-updated
106
-
Description: Update all people updated in YNR recently
0 commit comments