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
This actually is a question and not a bug. In register-new-subscriber.js, on line 56, why are you sending a message yourself? From the documentation, it seems like Amazon would send a message with action = entitlement-updated and we are expected to process the SNS message. This confused me a bit. Can you help clarify?
Other than that, the code provided is top notch and helped us understand the marketplace workflow very clearly. Thanks a lot for putting in the efforts.
The text was updated successfully, but these errors were encountered:
This actually is a question and not a bug. In
register-new-subscriber.js
, on line 56, why are you sending a message yourself? From the documentation, it seems like Amazon would send a message with action = entitlement-updated and we are expected to process the SNS message. This confused me a bit. Can you help clarify?Other than that, the code provided is top notch and helped us understand the marketplace workflow very clearly. Thanks a lot for putting in the efforts.
The text was updated successfully, but these errors were encountered: