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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠