CloudFormation: show more statuses
Open
Nobody has claimed this yet.
feature-request
service:cloudformation
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 810
- Avg merge
- 10h 12m
- Merged PRs (30d)
- 7
Description
Currently we filter some statuses that might be useful (such as "delete failed"/"update failed"/etc):
public async *listStacks(
statusFilter: string[] = ['CREATE_COMPLETE', 'UPDATE_COMPLETE'
We should surface these extra statuses where useful.
related: aws/aws-toolkit-jetbrains/pull/2389
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
Search the TypeScript codebase for the listStacks entry point and inspect its current statusFilter defaults. Confirm which additional failed and relevant CloudFormation statuses should be surfaced, then verify that stack listings include them without removing the existing statuses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100