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

КОМЕНТАРІ • 7

  • @PauloMerson
    @PauloMerson 3 місяці тому

    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.

  • @iamnoob7593
    @iamnoob7593 11 місяців тому

    amazing , thank you

  • @frankfrank6463
    @frankfrank6463 Рік тому

    Where is the "Lambda-cron-job" function? Can you show how you wrote that function.

  • @pablodm9
    @pablodm9 Рік тому

    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)

  • @khandoor7228
    @khandoor7228 2 роки тому

    thanks Enrico good stuff

  • @user-be3be5cp2h
    @user-be3be5cp2h 2 роки тому

    thanks so much.

  • @nirmaljaiswal9424
    @nirmaljaiswal9424 Рік тому

    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