AWS Marketplace SaaS Product Integration Testing - SNS subscriptions

0

I am an engineer designing a product integration with AWS Marketplace so that we can be sellers. I'm finding some of the documentation around what would pass testing in order for the product to be published a bit vague. It seems testing can take a while, so I'd like to minimize the back and forth during that phase by getting clarity now.

AWS docs only ever mention SQS as a potential subscription to the SNS topics created around AWS Marketplace entitlements and subscriptions. Is this required for the product to be published? Why not allow any of the other kinds of subscriptions available to SNS topics? I'm specifically interested in Lambda.

https://docs.aws.amazon.com/marketplace/latest/userguide/aws-marketplace-integration-checklist.html here is one example of the language used making it seem like SQS is the only allowed (and therefore required) SNS topic subscription.

Thanks in advance

1 個回答
1
已接受的答案

During the product creation process, you'll receive the actual Amazon Resource Name (ARN) to the SNS topic. For example: arn:aws:sns:us-east-1:123456789012:aws-mp-subscription-notification-PRODUCTCODE [+] and this SNS topic is created by AWS for marketplace notifications automatically. Please note that, the SNS topic is created and managed by AWS marketplace and doesn’t belong to your AWS account. The reason why AWS docs mentions SQS as a potential subscription to the SNS topics created around AWS Marketplace entitlements and subscriptions is because you can subscribe SQS to the SNS topic that was created in the AWS marketplace account because SQS supports cross account subscriptions from SQS console while a Lambda subscription needs to be created from SNS console to which you will not have access as the SNS topic resides in an AWS managed account. Furthermore, as a workaround you can use Lambda to poll SQS for your use case and the message flow will be as follow: SNS -> SQS -> Lambda

[+] https://docs.aws.amazon.com/marketplace/latest/userguide/saas-notification.html

AWS
支援工程師
已回答 1 年前
profile picture
專家
已審閱 1 個月前
  • I see now. Thank you for your answer.

  • Hello, Thanks for that answer. I have created an AMI which is currently on private visibility, and I did not receive any ARN for the SNS Topic. The documentation mentions the same thing: "During the product creation process, you'll receive the actual Amazon Resource Name (ARN) to the SNS topic. For example: arn:aws:sns:us-east-1:123456789012:aws-mp-subscription-notification-PRODUCTCODE" So when exactly do I get this ARN SNS Topic, and how? I tried replacing this ARN with my account ID and product code but it doesnt work :( Thanks a lot for your help!

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

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

回答問題指南