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
@@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)
@@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?
@@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.
@@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.
@@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.
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?
Check out the blog post to read along www.rahulpnath.com/blog/amazon-sns/
I am going to start using this instead of pushover the app. Thanks Raul great video!
Glad it was helpful Antonio! (And it's 'Rahul', you are only missing an 'h' 😀)
Really clearly objective, precise, without clutter. Find it interesting. This channel will grow.
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.
Hi Rahul, thankyou this is brilliant, I've been looking for a simple explanation to this for ages.
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
@@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)
@@RahulNath another one might be static web page that consumes a API gateway endpoint. A get post to dynamo maybe
@@greggtierney8418 Great suggestions Gregg! Adding it to my list
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.
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
@@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?
@@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.
@@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.
@@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.
Muy bueno 👍🏾
Thank you!!
HI Rahul, good explanation. Please share a demo on SNS with HTTPS as End Point
Glad you like it. Can you clarify what you are looking with HTTPs endpoint?
@@RahulNath I wants to call service API end point from SNS subscription with Message
@@DreamGardenerManaVantasala Are you trying this for a lambda subscriber? What issue are you facing?
am expecting a Demo from you on HTTPS endpoint subscription
getting, Couldn't create subscription, unreachable endpoint error
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?
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?
Haven't used it myself, but is this something your are looking for? aws.amazon.com/premiumsupport/knowledge-center/create-android-push-messaging-sns/