I want to trigger an AWS Lambda function, using Cloudwatch Rules and the requirement is as follows.
I read the documentation on crons and am unable to come up with a Cron expression to fulfill condition 3. I came up with the following expression.
0/5 ## * * ? *
How can I fulfill condition 3 mentioned above? I have left it as ##
on the cron expression. I am well aware of the timezones.
You can utilize cron online tools such as
https://crontab.guru/
http://www.cronmaker.com/
Here is the expression that I created as per your requirement
*/5 1-23 * * *
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With