rebuy-de / aws-nuke

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

Allow disabling of DeleteProtection within Dynamodb #1237

Open bjfish25 opened 6 days ago

bjfish25 commented 6 days ago

AWS supported the delete protection flag for a Dynamodb table last year: https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-dynamodb-table-deletion-protection/

This PR just automates disabling and then deleting dynamodb tables where this flag is set. Similar to RDS instance