http4k-connect
http4k-connect copied to clipboard
Fake SQS does not support JSON request format (breaks AWS SDK usage 2.20.60)
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.
This has affected me now. I'll soon work on a solution for at least sendMessage