Skip to content

Updated aws-sdk to verison 3 @aws-sdk/client-sqs

Latest
Compare
Choose a tag to compare
@montumodi montumodi released this 21 Apr 08:58
· 10 commits to master since this release

Since aws-sdk for JavaScript (v2) is going into maintenance mode in 2023, this package has been updated to use newer version of aws-sdk. Here are the steps for migration

Migration steps from Version 3 to Version 4 of sqs-bulk-loader

  • Add @aws-sdk/client-sqs as peer dependency instead of aws-sdk
  • Rest of the code should work as it is. The response structure has changed slightly.
    More information can be found here

To use aws-sdk version 2, please use version 3 of sqs-bulk-loader.

What's Changed

Full Changelog: v3.5.0...v4.0.0