Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
788 stars 146 forks source link

SQS AWS JSON-1.0 gives bad request #279

Closed renatolond closed 2 months ago

renatolond commented 1 year ago

Hi! Thanks for your work in goaws!

I tried upgrading one of our projects to the latest aws-sdk-sqs ruby gem version and I started getting bad requests from goaws. It seems that they introduced a new protocol called AWS JSON-1.0. Is this something that will get integrated into goaws? https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-sqs/CHANGELOG.md#1660-2023-11-08

Admiral-Piett commented 10 months ago

Current work in progress feature branch for this functionality and related discussion happening here - https://github.com/Admiral-Piett/goaws/pull/288.

Admiral-Piett commented 2 months ago

@renatolond If you're still having issues, v0.5.0 supports AWS JSON 1.1 Protocol - try that. If that fails feel free to comment back here.