kalaiser / awesome-cdk

A collection of awesome things related to the AWS Cloud Development Kit (CDK)
Creative Commons Zero v1.0 Universal
2.01k stars 197 forks source link

feat: add cdk-self-destruct #96

Open NimmLor opened 1 year ago

NimmLor commented 1 year ago

cdk-self-destruct is an utility that enables you to schedule the destruction of cdk stacks while also destroying all associated resources.

It is inspired by cdk-time-bomb, but rewritten with aws-cdk v2 and it uses the new AWS EventBridge Scheduler.

It also allows you to automatically overwrite the RemovalPolicy of every resource in the stack, as well as to delete implicitly created resources or dependencies that prevent the resource from being deleted.

At this time this includes:

Requirements for your pull request

NimmLor commented 1 year ago

@kalaiser