How To Create a Serverless Cron Job
Вставка
- Опубліковано 6 лют 2025
- In this video I will build a Serverless Cron Job using Event bridge Scheduled events. In the video you will see how to create the cron job from the AWS console.
If you want to learn more about AWS Services, make sure to
subscribe to the channel:
UA-cam 🎥 - / @enricoportolan
Medium: / enrico-portolan
🌎 Find me here:
Twitter - / enricop89
Thank you for the video. For a cron-activated job, I think AWS Batch (on Fargate) is a better fit than lambda, and it's also serverless.
amazing , thank you
Where is the "Lambda-cron-job" function? Can you show how you wrote that function.
Hey, nice video, but what I'm looking for is to trigger a flask endpoint call, is there a better way to do this instead of creating a Lambda that does this call and using this approach? (using serverless framework)
thanks Enrico good stuff
thanks so much.
hey Enrico i create a function and use cron job from node js project but it didn't work on my ec2 server why it is happens? Please help me to do this