-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Labels
dynamodb-enhancedguidanceQuestion that needs advice or information.Question that needs advice or information.
Description
In my table schema there is List property,try to save the object,got following error
Converter not found for EnhancedType(java.util.List<com.kjds.table.common.OperationLog>)
at software.amazon.awssdk.enhanced.dynamodb.DefaultAttributeConverterProvider.lambda$findConverter$2(DefaultAttributeConverterProvider.java:155)
at java.util.Optional.orElseThrow(Optional.java:290)
at software.amazon.awssdk.enhanced.dynamodb.DefaultAttributeConverterProvider.findConverter(DefaultAttributeConverterProvider.java:155)
at software.amazon.awssdk.enhanced.dynamodb.DefaultAttributeConverterProvider.converterFor(DefaultAttributeConverterProvider.java:133)
at software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableAttribute.converterFrom(ImmutableAttribute.java:167)
at software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableAttribute.resolve(ImmutableAttribute.java:163)
at software.amazon.awssdk.enhanced.dynamodb.mapper.StaticImmutableTableSchema.lambda$new$0(StaticImmutableTableSchema.java:153)`
kevcodez and ecaglar
Metadata
Metadata
Assignees
Labels
dynamodb-enhancedguidanceQuestion that needs advice or information.Question that needs advice or information.