ekristen / aws-nuke

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

feat: expand lister opts to include account id and logger #357

Closed ekristen closed 1 month ago

ekristen commented 1 month ago

This is primarily a performance enhancement PR. It now passes a logger and account ID from the start via the ListerOpts to all Lister functions so that we can reduce all the extra sts API calls that were being performed.

ekristen commented 1 month ago

:tada: This PR is included in version 3.25.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: