Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

What determines exactly when scheduled lambda invocation triggered by cloudwatch event happens?

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?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

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.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading