I want to implement Browser Notifications. Below is my requirement.
When user opens my website than he should receive alert to subscribe to push notifications.
If he chooses to allow it than I want to send him browser push notification whenever I am publishing data on my site.
Is this possible with AMAZON SNS or Any other better approach for this?
Thanks