aws
aws copied to clipboard
Timestream throttling crashing
It looks like AWS don't always provide a response body in the event of throttling.
hmm.. that's super weird, because, the name of the class (ThrottlingException) is deduced after decoding the content of the body :thinking:
See source code of the JsonRestAwsErrorFactory class
Do you have a reproducer or able to log the body of the response?
I have a feeling AWS are sending an empty body, but also an application/json content type.