rebuy-de / aws-nuke

Nuke a whole AWS account and delete all its resources.
MIT License
5.49k stars 708 forks source link

Nuke Dynamodb tables with Deletion Protection Enabled #1241

Open bjfish25 opened 3 days ago

bjfish25 commented 3 days ago

https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-dynamodb-table-deletion-protection/

aws-nuke should offer a flag to bypass it similar to other services

feature-flags:
  disable-deletion-protection:
    ....
    DynamoDBTable: true

PR: https://github.com/rebuy-de/aws-nuke/pull/1237