Madison Blake
Results
2
issues of
Madison Blake
In my application of this package I need to publicly read from some database. For now I have chosen to use a DynamoDB and want to use this package to...
I am calling AWSDynamoDB.Query with the following options: ``` json {"TableName":"MyTable", "KeyConditionExpression":"ID=:id","ExpressionAttributeValues":{":id":"MyValue"}} ``` In AWSRNDynamoDBClient.Query the following exception is thrown when creating QueryResult: ``` com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was...