Ana-Maria Satirbasa
Ana-Maria Satirbasa
Added support for custom AttributeConverters and StringConverters in collection types ## Motivation and Context Currently, serializing custom types within collections (like **`List`**, **`Set`**, **`Map`** or **`Map`**) requires extensive boilerplate or...
Added the facility of using an annotation that will flatten a map of attributes in a class, similar to what @DynamoDbFlatten does for attributes from another class. ## Description Added...
## Description Added the facility of using an annotation that will auto-generate a key for an attribute in a class, similar to the legacy V1 `@DynamoDBAutoGeneratedKey`, now ported and adapted...
## Description Added support for @DynamoDbAutoGeneratedTimestampAttribute and @DynamoDbUpdateBehavior on attributes within nested objects. The @DynamoDbUpdateBehavior annotation will only take effect for nested attributes when using IgnoreNullsMode.SCALAR_ONLY. ## Motivation and Context...
## Motivation and Context #5554 This enhancement addresses the need for more flexible and powerful update operations in the DynamoDB Enhanced Client. Previously, users could only update items using POJO...
## Motivation and Context By default, the `DynamoDbEnhancedClient` does not natively support storing multiple Java subclasses of a common supertype in the same table. In complex domain models (e.g. storing...
## Motivation and Context ## Modifications ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...