Skip to content

Aws sdk v3 support #1

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Aws sdk v3 support #1

wants to merge 5 commits into from

Conversation

hanseltime
Copy link
Owner

Issue #, if available:

aws-cloudformation#49

Description of changes:

This updates the aws-sdk clients to be the v3 SDK, which is the non-deprecated sdk for AWS going forward.

In doing this, there was a lot of work around wrapper code that was removed. Particularly:

  1. Make Request methods are no longer available on clients
  2. Clients can only be created from the SessionProxy by passing in the Client
  3. Aws-worker-pool library was removed do to it's deprecation and the fact that it's benchmarks don't show reliable increase
  4. Updating the package to use yarn plug'n'play as its build system to better enforce dependency cut over
  5. Updating all tests with equivalent mocking due to the new APIs of all clients

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hanseltime hanseltime force-pushed the aws-sdk-v3-support branch 5 times, most recently from bc9f8dc to b6bfe05 Compare October 23, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant