You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in neither case, both "old" and "new" object will have the entitlement, so "grant-revoke-access-to-product" will not send a message to the SupportSNS topic.
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon entitlement update (e.g. change my the subscriber/customer), there is no message on the SupportSNS topic.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "entitlement-updated" message should be sent to the SupportSNS topic
More details
At this part, it continues only if both old and new "entitlement" entry are present, and they must differ.
https://github.com/aws-samples/aws-marketplace-serverless-saas-integration/blob/master/src/grant-revoke-access-to-product.js#L44-L46
But upon change of dimensions, there are two Changes done to the DynamoDB:
So in neither case, both "old" and "new" object will have the entitlement, so "grant-revoke-access-to-product" will not send a message to the SupportSNS topic.
The text was updated successfully, but these errors were encountered: