How to confirm the subscription of Amazon SNS without having the endpoint token?
问题 In my JAVA application, I'm using Amazon SNS to send emails to customer; Once I subscribe one customer(email id) into my SNS Topic; It is asking the customer to confirm the subscription to receive the emails; Is there any way to confirm the subscription in our application itself(without cusstomer's help)? 回答1: No, it is not possible. The entire point of the confirmation step is to force the end user to confirm the subscription so that SNS cannot be used as a spamming mechanism. If SNS allowed