delstack-action
Version updated for https://github.com/go-to-k/delstack to version v2.1.4.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The delstack GitHub Action is a command-line tool designed to forcefully delete entire AWS CloudFormation stacks, including resources that typically fail to delete during standard CloudFormation operations. It automates the removal of problematic resources such as non-empty S3 buckets, nested stacks, IAM groups with external users, and more, providing a comprehensive solution to clean up stacks created by CloudFormation or other tools like AWS CDK and Serverless Framework. This tool streamlines stack deletion, resolving common issues with stuck resources while ensuring unsupported or protected resources remain unaffected.
Release notes
What’s Changed
- chore: improve retryer with ratelimit none by @go-to-k in https://github.com/go-to-k/delstack/pull/545
Full Changelog: https://github.com/go-to-k/delstack/compare/v2.1.3...v2.1.4