Update to AWS SDK v3 - #252
Conversation
(only required for types)
|
@jeanrauwers are there any plans to merge it? |
|
I know its not nice to bump things, but what is the status of this PR? |
|
I have the bad feeling BBC has dropped support for this project or there are no maintainers available. |
we still use it internally, so i would believe it to be the latter case here i'll poke the code owners to see if i can get anything going here, since we need v3 support too |
|
Thanks for this PR! I'll be running some tests with our consumers. |
|
Bump for merge on this please as aws sdk v2 is now going to become legacy |
|
To everyone who feels inclined to bump this or the corresponding issue #251 : there are a total of 4 files and a total of 460 lines of code in this entire repository. I know |
|
Hopefully this makes it in here, but if anyone would like to use this, I've forked and published the code from this PR to npm: https://www.npmjs.com/package/@rxfork/sqs-consumer |
|
there is hope yet apparently amazon themselves contacted the people that own it and as far as i can tell basically offered to help. maybe this issue will finally leave purgatory! fun times, eh? |
|
Any alternatives beside using the fork? |
|
Any updates, can this finally be merged |
|
Thank you all for bearing with us, I'm looking into this now (at least soon), I don't know if it will be done as part of this PR or as part of a new one though as this PR does have conflicts. |
There was a problem hiding this comment.
Few bits to note from my journey with this PR so far:
- I do need to go through these changes to make sure that SQS Consumer is still doing the same thing as it did before as they are quite significant
-
SdkErrorfrom the smithy-client has been deprecated so will need to be replaced - Updated the tests and merged in the latest code
This is just an initial pass through, we are working on this, but it may be a little bit longer :)
|
Published as Will be using this version to ensure that everything still works as we would expect, can't guarantee it does until this has been released as a full version though. |
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Description
Motivation and Context
Types of changes
Checklist:
Notes on the Checklist:
Testing
In addition to updating the unit tests, I tested basic functionality locally using this script. I