ex_aws_sqs
ex_aws_sqs copied to clipboard
feat: return the body as is when the response is not xml
closes #29
SweetXML is also broken, pending to be fixed for that integration
@TattdCodeMonkey @bernardd do you mind giving me a hand here?
The SweetXML needs to be also fixed, but I am not sure how.
I can take a look next week, or after Xmas when I’m off.
I’ll see if I can reproduce with a unit test and resolve with SweetXML
The issue was that AWS was sending a {:http_error, 413, "HTTP content length exceeded 1662976 bytes."}\n rather than an XML response https://github.com/ex-aws/ex_aws_sqs/issues/29#issuecomment-1326927255
So it seems that either was always like this, or they recently changed it, I am not sure. It seems standard http 413 response
Fixed with #31