components-contrib
components-contrib copied to clipboard
Bump aws sdk version to support SQS over AWS JSON Protocol
SQS supports AWS JSON Protocol since last November, but the project is using old sdk versions to support this.
Bumping the version to the following two would solve it:
| Golang 1.x | aws/aws-sdk-go | v1.47.7 | AWS SDK for Go |
|---|---|---|---|
| Golang 2.x | aws/aws-sdk-go-v2 | v1.28.0 | AWS SDK for Go V2 |
Thanks for opening the issue. Feel free to submit a PR for this
Thanks for opening the issue. Feel free to submit a PR for this
I've submitted it ;) #3355
#3355 was merged so closing this ;)