-
I am currently taking [Developing on AWS](https://awstraining.csod.com/LMS/LoDetails/LoDetails.aspx?loid=c7eb37d4-b5f1-4bbb-9ebd-dbb8ecde2ae5) and was trying to improve its [SolutionCode.lookupByHashK…
-
Hi, I need to batch insert my contents into dynamodb and is there support for it to achieve that. That is I will be sending variable sized list from request and I have to enter its instance one by one…
-
DynamoDBScanExpression with high level API, results can not be limited using withLimit or setLimit. It is return whole data set without limit them. Try on both aws-java-sdk 1.6.6 and aws-java-sdk 1.6.…
-
I suspect there is a subtle bug in `DynamoDBMapper.writeOneBatch`. In the line
``` java
divideBatch(batch, firstHalfBatch, secondHalfBatch);
```
[DynamoDBMapper.java#L905](https://github.com/aws/aws…
-
DynamoDBMapper query returns ResourceNotFoundException when hash key value is not found.
Is this the expected behavior?
why not just empty paginatedQueryList?
Axaih updated
11 years ago
-
When user wants to update some specific attributes in an item, and user set those needed attributes values in the entity and created a config with save behavior as UPDATE. Expected behavior is AWS_SDK…
-
In [DynamoDBMapper.createScanRequestFromExpression](https://github.com/aws/aws-sdk-java/blob/6f9b19c0927c6b993ca010a3b621d619d956007c/src/main/java/com/amazonaws/services/dynamodb/datamodeling/DynamoD…