AWS Lambda SNS Destination Tutorial 🔥 | Receive Email When Lambda Fails

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • You have an AWS Lambda function and you want to receive a notification everytime it fails.
    Can you do this using Amazon SNS or Simple Notification Service?
    Amazon Simple Notification Service (Amazon SNS) sends notifications two ways, A2A and A2P. A2A provides high-throughput, push-based, many-to-many messaging between distributed systems, microservices, and event-driven serverless applications.
    AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

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

  • @carlosaugustojardimchiarel2550
    @carlosaugustojardimchiarel2550 2 месяца назад

    You are very funny 😂😂😂! Tkss for the video 😃👍

  • @ankits7106
    @ankits7106 2 месяца назад

    thanks so much!! It was very helpful, please make more such videos

  • @ImTosS1
    @ImTosS1 9 месяцев назад +1

    I've been looking for a video with this explanation and the amazing thing is that besides the funny way to explain, you go right straight to the point in less than 5 minutes! You have a new subscriber from Mexico City! All my best Abi!

    • @GokceDB
      @GokceDB  9 месяцев назад +1

      Thank you! Glad to see interest from Mexico City! :)

  • @aviad-co1
    @aviad-co1 5 месяцев назад

    Hi, can I test lambda from aws cosnole and not from aws-cli?