gruntwork-io / cloud-nuke

A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it
https://gruntwork.io/
MIT License
2.81k stars 358 forks source link

Migrate OpenSearch to AWS SDK v2 #789

Closed sc250024 closed 5 days ago

sc250024 commented 1 week ago

Description

Fixes #770.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Updated opensearchservice to AWS SDK v2

sc250024 commented 1 week ago

Results of test locally:

❯ git rev-parse HEAD
e5b3a015fcd1fb924869e377b4e35ec1aca65135

❯ go test -count=1 -parallel=10 ./...
?       github.com/gruntwork-io/cloud-nuke  [no test files]
ok      github.com/gruntwork-io/cloud-nuke/aws  0.614s
?       github.com/gruntwork-io/cloud-nuke/externalcreds    [no test files]
?       github.com/gruntwork-io/cloud-nuke/logging  [no test files]
?       github.com/gruntwork-io/cloud-nuke/telemetry    [no test files]
?       github.com/gruntwork-io/cloud-nuke/v2_migration_report  [no test files]
ok      github.com/gruntwork-io/cloud-nuke/aws/resources    20.338s
ok      github.com/gruntwork-io/cloud-nuke/commands 0.735s
ok      github.com/gruntwork-io/cloud-nuke/config   0.473s
ok      github.com/gruntwork-io/cloud-nuke/report   0.881s
ok      github.com/gruntwork-io/cloud-nuke/ui   1.044s
ok      github.com/gruntwork-io/cloud-nuke/util 1.124s