Sanath Kumar
Results
1
comments of
Sanath Kumar
Check - https://github.com/aws/aws-sdk-java-v2/issues/2151 https://www.davidagood.com/dynamodb-enhanced-client-java-heterogeneous-item-collections/ In short: ``` import software.amazon.awssdk.enhanced.dynamodb.TableSchema; TableSchema.fromClass(Class); Map image; T item = tableSchema.mapToItem(image); ```