Alternate ways to make a lambda func a cron job?

0

I wrote a lambda function a few months ago that runs once per week. I now need to change it to run daily, but I can't figure out where I set the cron. I have nothing saved in CloudWatch, EventBridge and Step Functions, and I have no triggers added to the function. I remember filling in the cron fields in an AWS config window, not as a function I wrote by hand. Does anyone know where else I may have set this?

  • Are you sure your lambda is still being invoked weekly? Looks to me that your trigger was somehow removed, that's why the function has no trigger now.

Zach
已提問 8 個月前檢視次數 176 次
1 個回答
1

The only services I know can do that are either a Rule in the default Event bus on EventBridge, or the newer EventBridge Scheduler.

profile pictureAWS
專家
Uri
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南