softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.46k stars 193 forks source link

java.lang.IllegalArgumentException: Couldn't find header X-Amz-Target #959

Closed aldomart closed 4 months ago

aldomart commented 4 months ago

I'm trying to GetQueueAttributesCommand in nodejs with @aws-sdk/client-sqs

With client version 3.445.0 and elasticmq version 1.3.3 works

With client 3.447 they defalut to json protocol and so I moved to elasticmq version 1.4.0 ( also tried 1.4.4 but i get the same)

java.lang.IllegalArgumentException: Couldn't find header X-Amz-Target

Is there anything i need to set on elasticmq or the client to enable json protocl?