Adi
Adi
> So the DynamoDB enhanced moved away from the design of the Java SDK 1.x DynamoDB Mapper in favor of type safety and a more fluent IDE discoverability, so it...
Hi @debora-ito , thank you for reviewing and your time. I will give it a try for this option. This is a field level annotation, would like to learn more...
Hi @debora-ito, this is not working as expected. AWS SDK version `2.24.1` It fails during update car operation. This line `car.getModel().equals("Ford Mustang")`. As per stacktrace it has null. During debug...
Hi team, I reached to this discussion when searching for the exception related to byte-buddy during test execution. Tried adding jvmArgs as suggested by @bric3, maybe need another way. ```groovy...
@kremers +1 for this feature request. @frantuma Perhaps having `inclusions` and `exclusions` which accepts a set of field names would allow using a Single implementation for multiple POST and PUT...
> Hey @ipsi-apant , > > what is use case for returning deleted items, just out of curiosity? We followed Spring Data templates where delete is always void but we...
Hi @MatejNedic , is it possible to get returned response from DynamoDB API for these delete methods ? Let me know if you need more information.
> Hey hey @ipsi-apant It is. Will target it for next release! Thank you @MatejNedic for consideration. I will test in next release. Whenever possible please add a link of...
Also, I am wondring does `DynamoDbTemplate` totally using `ClusterDaxClient` now ? While loading ConnectorConfigurations during bootup, it fails with error `[CIRCULAR REFERENCE: software.amazon.awssdk.core.exception.SdkClientException: Unable to call cluster endpoint: No endpoints...
> Hey [@ipsi-apant](https://github.com/ipsi-apant) , can you please tell me if your service is deployed (located) in same VPC as DAX? > > https://repost.aws/knowledge-center/fix-endpoint-error-dax > > Please check following article I...