How To Create a Serverless Cron Job

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 7

  • @PauloMerson
    @PauloMerson 11 дней назад

    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 8 месяцев назад

    amazing , thank you

  • @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)

  • @frankfrank6463
    @frankfrank6463 10 месяцев назад

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

  • @khandoor7228
    @khandoor7228 2 года назад

    thanks Enrico good stuff

  • @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

  • @user-be3be5cp2h
    @user-be3be5cp2h 2 года назад

    thanks so much.