aws-samples / aws-marketplace-serverless-saas-integration

Example of serverless integration for SaaS products listed on the AWS Marketplace.
MIT No Attribution
127 stars 73 forks source link

sumeet-meteringissuefix-1 #30

Closed chotafakir closed 2 years ago

chotafakir commented 2 years ago

Replacing SQSMeteringRecords with correct EntitlementSQSQueue to fix stack launch failures.

gjoshevski commented 2 years ago

Looking back into history this was changed by @kumarpawan1

https://github.com/aws-samples/aws-marketplace-serverless-saas-integration/blame/67c03e61b5d1f9b7e0e2cf0ab8175ab04db1f7fb/template.yaml#L280

According the documentation the SQSSendMessagePolicy should take the queueName not the ARN.

Can you please provide more context why we are changing this and why the original was changed: QueueName: !GetAtt SQSMeteringRecrods.QueueName