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
When I click "Create Subscription" on AWS SNS console a POST message is received inside http.createServer function (I verified that putting a console.log(req.method)).
But nothing happen, and the subscription is pending .The body is empty. No publish message are received.
What can I do?
The text was updated successfully, but these errors were encountered:
I tried this library on AWS EC2 instance.
When I click "Create Subscription" on AWS SNS console a POST message is received inside
http.createServer
function (I verified that putting aconsole.log(req.method)
).But nothing happen, and the subscription is pending .The body is empty. No publish message are received.
What can I do?
The text was updated successfully, but these errors were encountered: