-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after completing all work related to the AWS SDK v2 resource migration (#770), we should remove any remaining v1 calls. #804
after completing all work related to the AWS SDK v2 resource migration (#770), we should remove any remaining v1 calls. #804
Conversation
8c6b447
to
99f9975
Compare
Hi @wakeful, let me know when it's ready for final review. Thanks for all the contribution! |
99f9975
to
c3270dc
Compare
FYI @james03160927 The last thing I want to add is a test for the |
494fddc
to
a02b833
Compare
hey @james03160927 This is now ready for review. I have tried to create logical commits for this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nit comments. Otherwise LGTM. Will trigger tests for this.
gruntwork-io#770), we should remove any remaining v1 calls.
a02b833
to
c334187
Compare
c334187
to
d7e0c23
Compare
sorted! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Fixes #770 - after completing all work related to the AWS SDK v2 resource migration (#770), we should remove any remaining v1 calls.
We are almost done with the v2 migration. This WIP branch uses only AWS SDK v2 for communication with AWS APIs.
This should be the final MR required to completely remove v1 from the codebase.
TODOs
merge the v2 versions of EC2 and Redshiftutil
packageawserr
packagev2_migration_report
)Read the Gruntwork contribution guidelines.
nuke_sandbox
andnuke_phxdevops
jobs in.circleci/config.yml
have been updated with appropriate exclusions (either directly in the job or via the.circleci/nuke_config.yml
file) to prevent nuking IAM roles, groups, resources, etc that are important for the test accounts.Release Notes (draft)
Removed AWS SDKv1
Migration Guide
n/a