roamariei

Results 7 comments of roamariei

Hi @debora-ito I reviewed the SDK code and relevant pull requests, and it appears that all operations have been progressively enhanced to support returning capacity when requested. These include: -...

Hi, @millems Based on PR https://github.com/aws/aws-sdk-java-v2/pull/4371, it appears that compression configuration was introduced to the SDK in 2023. Using this configuration, I was able to successfully compress the payload for...

> > UpdateExpressionUtils has been updated to evaluate the @DynamoDbUpdateBehavior annotation only when IgnoreNullsMode.SCALAR_ONLY is used > > Could you explain why are we also making this change? Could this...

This task should be addressed alongside ticket "Support @DynamoDbUpdateBehavior in nested objects" to ensure correct behavior when @DynamoDbAutoGeneratedTimestampAttribute is used with the @DynamoDbUpdateBehavior(UpdateBehavior.WRITE_IF_NOT_EXISTS) annotation, preventing timestamp fields (e.g., creationDate) from...

Hi @debora-ito Based on a detailed analysis of _UrlConnectionHttpClient_ and _ApacheHttpClient_, I'd like to provide some insights into the feasibility of adding **custom idle connection timeout support** to _UrlConnectionHttpClient_. **Key...

@shetsa-amzn We’re unable to add tests directly for this method because DefaultDynamoDbAsyncTable is a final class, which means it cannot be spied using Mockito.spy(). This is different from DefaultDynamoDbTable, which...

Hi @zoewangg, I've applied the suggested changes.