Hi, again.
I found a possible bug in Dynamodb 20120810 scan.
When I call it, body of Recallable is empty.
let
path: JsonNode = nil
query: JsonNode = nil
header: JsonNode = nil
formData: JsonNode = nil
body = %* {"TableName": "ReSSt"}
request = scan.call(path, query, header, formData, body)
response = waitfor request.issueRequest()
echo "payload ", request.body # is empty
echo "status ", response.status # error 400 invalid request
The problems is that atozHook is expecting a jString but scan.call expects body as jObject
Hi, again.
I found a possible bug in Dynamodb 20120810 scan.
When I call it, body of Recallable is empty.
The problems is that atozHook is expecting a jString but scan.call expects body as jObject