delstack-action
Version updated for https://github.com/go-to-k/delstack to version v2.3.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The delstack GitHub Action is a tool designed to force delete entire AWS CloudFormation stacks, including resources that fail to delete through standard CloudFormation operations. It automates the deletion process for stacks created by various Infrastructure as Code tools (e.g., AWS CDK, Amplify, SAM) and handles complex scenarios like resources with Retain policies, non-empty S3 buckets, IAM groups, ECR repositories with images, and more. Additionally, it supports parallel deletion with dependency resolution and pre-deletion optimization, simplifying resource cleanup and resolving common stack deletion challenges.
Release notes
What’s Changed
- test: add S3 bucket and query execution to Athena E2E test by @go-to-k in https://github.com/go-to-k/delstack/pull/573
- fix: support AWS::CloudFormation::CustomResource type for force deletion by @go-to-k in https://github.com/go-to-k/delstack/pull/575
Full Changelog: https://github.com/go-to-k/delstack/compare/v2.3.0...v2.3.1