Trigger lambda function based on keyword, Error and send notification | Filter patterns | CloudWatch

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

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

  • @mikesiwi
    @mikesiwi Год назад

    this is just wat i need im tring to do somthing like this but trought aws alarms and its almost imposible to carry the log datro to the lambda but with this is so much easy ty men

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

    Hey! I'm trying to print the error message from cloud watch logs in my jupyter notebook. How can I do this?

  • @adi_sekar
    @adi_sekar Год назад

    Nice video, but why do we need Error handler lambda, instead could we use Alarm with filter pattern, to send to SNS

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

    Excellent tutorial! Thank you very much.

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

      Glad it was helpful, Rolucic! Please like, share & subscribe :)

  • @parkerschlank1713
    @parkerschlank1713 2 года назад +1

    Great tutorial. Looking for a more practical implementation of this solution when you have 100+ Cloudwatch logs you're trying to monitor for Errors. Even using CDK or yaml, it seems inefficient to list 100+ Cloudwatch log triggers on the "error handler lambda". Have you experimented with Eventbridge or similar to filter the pattern, so you can capture *all* your Cloudwatch logs?

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

    Thanks, very helpful

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

      Glad it was helpful! Please like, share & subscribe :)

  • @AnandKumar-dc2bf
    @AnandKumar-dc2bf 2 года назад +1

    If i Join your membership
    will I give members only videos as well...

    • @SrceCde
      @SrceCde  2 года назад +4

      Hi Anand,
      Thanks for stopping by.
      I do not provide any exclusive content via Membership. Membership is one of the ways to support my work. The content is available to everyone without any paywall.
      If you found my content helpful then please like, share & subscribe :)

  • @sanjusci
    @sanjusci Год назад

    How We can set multiple emails in SNS to receive error emails? for example a group of emails

    • @asifrasool573
      @asifrasool573 Год назад

      go to sns topic, add subscription and add your emails there. If you want to send error information/alert to multiple emails, you can write a custom lambda which sends email to multiple emails at once.

  • @eldarahmadov1275
    @eldarahmadov1275 Год назад

    qaws