Request SNS subscription confirmation again via API/SDK

0

Status quo

When an SNS subscription is still pending confirmation, you can re-send the confirmation via the management console (button: "Request confirmation").

Question

Is it possible to re-send the confirmation request via API/SDK?

Background

We offer our customers to create an SNS subscription for them to an SQS owned by our customer. Therefore, we need our customer to confirm the subscription with the message they receive in their SQS queue. However, the customer has to set up a policy first, that allows our SNS to send messages to their SQS queue (including the first confirmation request message). When the customer forgets to do this first, we would like to offer an API for them to re-send the confirmation request after they have set up the policy for their SQS correctly.

1回答
1

I don't see a direct API call to resent the confirmation, but you can trigger the confirmation again via the sns subscribe call. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sns/subscribe.html

jsonc
回答済み 2年前
  • When you make sure that you re-define the subscription exactly the same way (e.g. RedrivePolicy) this works really well. Thanks for your help!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ