Is SNS mandatory to determine 'subscribe-success' when verifying a customer subscription for Saas-based platform?

0

When the customer is redirected to the Saas-based product landing page, they will have a x-amzn-marketplace-token that can be exchanged for the unique customer identifier, customer AWS account Id, and corresponding product code. However, there are few places in the SaaS manual that state to not create any resources for the customer unless the 'subscribe-success' status is verified.

Is the exchange of the marketplace token enough to verify the 'subscribe-success' status or is confirming an SNS notification with 'subscribe-success' mandatory? I've looked around the documentation but did not find any verification, so I would appreciate any clarification.

1 個回答
2

AWS Marketplace recommends waiting until you receive the subscribe-success event before launching any resources. I'd wouldn't call it mandatory, but you would be taking on exposure to the cost of the resources you launched on your tenants behalf if their purchase does not complete.

You also need to be sure your SaaS application is able to handle a user arriving at your registration URL before the SNS notification arrives, particularly if that means their resources haven't been provisioned yet. I'd also give some thought to that user experience, and what it will cost for the resources provisioned for a tenant that does not complete their purchase, versus the time to value of a customer who is waiting on the registration URL for those resources after their purchase, from their perspective, is complete.

There is also a discussion on success-status notifications in the Marketplace User Guide Github.

profile pictureAWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容