http4k-connect icon indicating copy to clipboard operation
http4k-connect copied to clipboard

Fake SQS does not support JSON request format (breaks AWS SDK usage 2.20.60)

Open daviddenton opened this issue 2 years ago • 1 comments

2.20.60 of the Amazon SDK made the protocol switch from form parameters to JSON payload by default (minor point release!). This has exposed that the FakeSQS (and SQS client) does not use this format as it they currently support the URL encoded form payload only.

It has also broken Localstack apparently.

Tracking this here as we should add support for it, even though technically it will only affect people using the official SDK and the FakeSQS.

daviddenton avatar May 05 '23 14:05 daviddenton

This has affected me now. I'll soon work on a solution for at least sendMessage

oharaandrew314 avatar Apr 12 '24 20:04 oharaandrew314