mattrobenolt / mattrobenolt/node-snsclient
Stucked on PendingConfirmation
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 44
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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 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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the http.createServer handler described in the issue and reproduce the AWS SNS console subscription flow. Trace the POST body and confirmation handling to determine why the subscription remains pending; done means the subscription completes and subsequent publish messages are received.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100