I have two lambda functions that are scheduled to run once every hour via an event. One of them is invoked every hour at five minutes before the hour and the other goes at two minutes after. What determines this? Is it just the time the lambda was deployed?
Asked
Active
Viewed 21 times
1 Answers
3
Read the doc!
A rate expression starts when you create the scheduled event rule, and then it runs on a defined schedule.
In order to run at an exact minute, use a cron expression.

jellycsc
- 10,904
- 2
- 15
- 32