AWS SNS + Lambda Setup - Step by Step Tutorial

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

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

  • @drjones694
    @drjones694 11 месяцев назад

    awesome tutorial straight to the point and works
    still learning but this made the reading so much easier to understand
    thank you

  • @user-mr4em1gy4s
    @user-mr4em1gy4s Год назад

    That was a very well-produced introduction. Thank you for helping me understand how all of this works for my upcoming project!

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

    Thanks, @Be A Better Dev, perfect timing.

  • @ashleycook9962
    @ashleycook9962 Год назад +1

    Awesome tutorial!

  • @JanosTech
    @JanosTech 2 года назад +2

    Awesome tutorial, just as usual.

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

    Very useful! Thanks for sharing.

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

    Hello! Nice video. I tried this out but i cannot view the published message in the cloud watch. Is there any other way to check the published message ?

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

    Do you see any advantages in using “sns->sqs->lambda” vs “sns->lambda”?

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

    It would be better to show at end of every video total bill

  • @tehsimo
    @tehsimo 7 месяцев назад

    How do I get that cursor?

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

    Can u create tutorial for this using serververless framework…?

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

    Is there a way to pass the event structure in an SNS message to lambda? E.g. my lambda function is expecting
    name = event['name']
    phone = event['phone']
    etc. I attempted to pass a dict object as the message body but this didn't work
    {"name":"joe", "phone":"111111111"}
    If I can get this to work then eventually I want to call the SNS message using boto3.

  • @kavyanlavti3862
    @kavyanlavti3862 9 месяцев назад

    how to send SMS through SNS

  • @eugensunic
    @eugensunic 6 месяцев назад

    Doesn't explain much. Based on the video one can conclude that SNS and SQS are the same stuff. You can publish a message from sqs attach a lambda prior to that to listen to it and you get the same scenario