mapbox / mapbox/cfn-stack-event-stream
Doesn't test for FAILED state
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Waits until it hits 'COMPLETE'... but sometimes the stack goes to FAILED.
Might be good to have a timeout as well, so we don't poll indefinitely.
Contributor guide
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 by locating the polling logic that waits for the CloudFormation stack to reach COMPLETE. Check how FAILED states and indefinite polling are currently handled; done means failed stacks are surfaced and polling has a defined timeout, with tests covering both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100