components-contrib icon indicating copy to clipboard operation
components-contrib copied to clipboard

Bump aws sdk version to support SQS over AWS JSON Protocol

Open Jossec101 opened this issue 1 year ago • 2 comments

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

Jossec101 avatar Feb 16 '24 14:02 Jossec101

Thanks for opening the issue. Feel free to submit a PR for this

yaron2 avatar Feb 16 '24 19:02 yaron2

Thanks for opening the issue. Feel free to submit a PR for this

I've submitted it ;) #3355

Jossec101 avatar Feb 19 '24 16:02 Jossec101

#3355 was merged so closing this ;)

Jossec101 avatar Feb 28 '24 19:02 Jossec101