ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
32 stars 6 forks source link

Replace AWS SDK with AWS SDK v2 #187

Open ekristen opened 1 month ago

ekristen commented 1 month ago

Overview

This is going to be a HUGE lift, however libnuke has already eased it a bit by providing context passing.

AWS SDK v1 is EOL June 31, 2025. We need to be swapped to AWS SDK v2 by then.

Tasks

References