AWS SNS (Simple Notification Service) - Getting Started and Integrating with .NET Apps | .NET ON AWS

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 28

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

    Check out the blog post to read along www.rahulpnath.com/blog/amazon-sns/

  • @TonoNamnum
    @TonoNamnum 2 роки тому +1

    I am going to start using this instead of pushover the app. Thanks Raul great video!

    • @RahulNath
      @RahulNath  2 роки тому +1

      Glad it was helpful Antonio! (And it's 'Rahul', you are only missing an 'h' 😀)

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

    Really clearly objective, precise, without clutter. Find it interesting. This channel will grow.

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

      Happy to hear that - Do check out the other videos in the AWS Series bit.ly/aws-net-series
      Do let know if you have topic suggestions.

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

    Hi Rahul, thankyou this is brilliant, I've been looking for a simple explanation to this for ages.

    • @RahulNath
      @RahulNath  2 роки тому +1

      Glad it was helpful Gregg! Do let me know if you have AWS topic suggestions. Looking to build up some content around AWS and .NET. You can check out the current series here bit.ly/aws-net-series

    • @greggtierney8418
      @greggtierney8418 2 роки тому +1

      @@RahulNath cognito might be useful for .net users, its another service that's often poorly explained ( i know itt took me a few weeks to implement it and poorly at that)

    • @greggtierney8418
      @greggtierney8418 2 роки тому +1

      @@RahulNath another one might be static web page that consumes a API gateway endpoint. A get post to dynamo maybe

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

      @@greggtierney8418 Great suggestions Gregg! Adding it to my list

  • @ThiNguyen-bm5ln
    @ThiNguyen-bm5ln Рік тому +1

    Great video. I have a question. Can you use AWS SNS in a WPF app? I want to display the messages in my WPF whenever a message is published.

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

      Glad you like it - Yes you can use it from a WPF app as well, nothing different there. Let me know in case you run into any issues

    • @ThiNguyen-bm5ln
      @ThiNguyen-bm5ln 6 місяців тому

      @@RahulNath So, one issue that I'm encountering is the WPF app can use AWS SQS to subscribe to the AWS SNS message, but the messages cannot be visible to all app users at once. Is there a way for all the app users to subscribe to the messages?

    • @RahulNath
      @RahulNath  6 місяців тому

      @@ThiNguyen-bm5ln The message gets removed from the queue as soon as you read from it. You could write the message to a database or a central store if you want it to be displayed to all users. What problem are you trying solve, if you provide more details I could help.

    • @ThiNguyen-bm5ln
      @ThiNguyen-bm5ln 6 місяців тому

      ​@@RahulNath I'm trying to find a notification service for my WPF app. I found that I can use AWS SNS to create topics and publish messages. But there will be hundreds of people using my app and I'm not sure how all of them can get the SNS messages from the app. AWS SQS doesn't seem to be a solution because of the visibility timeout.

    • @RahulNath
      @RahulNath  6 місяців тому

      @@ThiNguyen-bm5ln Why are all the users interested in the same message? If you can explain what problem you are trying to solve from a business perspective, I might be able to suggest some thing.

  • @hector9079
    @hector9079 2 роки тому +1

    Muy bueno 👍🏾

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

    HI Rahul, good explanation. Please share a demo on SNS with HTTPS as End Point

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

      Glad you like it. Can you clarify what you are looking with HTTPs endpoint?

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

      @@RahulNath I wants to call service API end point from SNS subscription with Message

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

      @@DreamGardenerManaVantasala Are you trying this for a lambda subscriber? What issue are you facing?

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

      am expecting a Demo from you on HTTPS endpoint subscription

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

      getting, Couldn't create subscription, unreachable endpoint error

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

    How we can get Realtime message in WebApp via SNS. I mean we have webapp in angular so how we could integrate the same for angular?

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

    our notification content will shared with firebase or not? i want to send notification from aws sns to android phone but i dont want firebase should see my notification content. is it possible?

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

      Haven't used it myself, but is this something your are looking for? aws.amazon.com/premiumsupport/knowledge-center/create-android-push-messaging-sns/