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 回答
2
已接受的回答

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
专家
已审核 3 小时前
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!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则