I have created one http subscriber in My SNS console panel. I need to maintain the status of each email (bounce, complaints).
I have set up a publicly accessible http endpoint, created a subscription to my Topic, I click on the Subscribe button and the popup says "A confirmation message will be sent to the subscribed endpoint."
I just not understand how to verify my endpoint and collecting the post data from Amazon SNS.
I have put the endpoint url in below format.
http://example.com/amazon_sns/sns_notification.php
Endpoint will append all post data to a text file, when I request to endpoint from browser the data is written. Is something wrong I am doing.
I've been trying to subscribe for 1 days now, no luck. Any help much appreciated.