I am using the Amazon nodejs/javascript client for dax and every time I send a query, I get this response (which I had to dig out of the code by inserting logging statements):
{
"time": 1517618635321,
"code": null,
"retryable": false,
"requestId": null,
"statusCode": -1,
"_tubeInvalid": true,
"waitForRecoveryBeforeRetrying": false,
"codeSeq": [ 4, 23, 31, 34 ]
}
The code sequence returned apparently isn't even one that the node module seems to understand, so I'm completely lost.
I suspected a VPC networking configuration problem or an IAM problem, but I've gone over both with a fine tooth comb good enough for delousing, and I still don't see it.
How do I decode this error message, find the logs on the dax cluster servers, or in some other way figure out how to learn what error is causing this?