-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS SDK v2 will enter maintenance mode in September and will become unmaintained in 2025, as announced here: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/ Documentation for AWS SDK v3 can be found at https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide however it is often not particularly helpful unless you know exactly what you're looking for. The upgrade guide here is helpful for filling in some of the gaps: https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md This upgrade should not introduce behavioural changes. It removes the peer dependency on `aws-sdk`, and I've added the new AWS SDK packages as direct dependencies instead. This will make the update process as simple as possible (we're still using AWS SDK v2 in most of our services) and adding new peer dependencies would create a breaking change. Jira: [ENG-3211]
- Loading branch information
Showing
8 changed files
with
1,433 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.