完了確認
「SNSトピック"handson-cli-sns-1st-topic"にエンドポイント"<送信先のメールアドレス>"(email)が登録されていない。」ことを確認します。
コマンド:
aws sns list-subscriptions-by-topic \
--topic-arn ${SNS_TOPIC_ARN} \
--query "Subscriptions[?Endpoint == \`${SNS_SUBSCRIPTION_ENDPOINT}\`].Endpoint" \
--output text
結果(例):