aws icon indicating copy to clipboard operation
aws copied to clipboard

Timestream throttling crashing

Open GrahamCampbell opened this issue 3 years ago • 2 comments

It looks like AWS don't always provide a response body in the event of throttling.

image

GrahamCampbell avatar Jun 02 '22 12:06 GrahamCampbell

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?

jderusse avatar Jun 03 '22 07:06 jderusse

I have a feeling AWS are sending an empty body, but also an application/json content type.

GrahamCampbell avatar Jun 06 '22 08:06 GrahamCampbell