Skip to content

Is there any solution like ItemUtils.java in dynamodb aws-sdk-java v1 #1975

@pkgonan

Description

@pkgonan

Describe the Feature

I want to converter Map<String, AttributeValue> -> Map<String, Object>.

aws-sdk-java v1 provides ItemUtils.java for this feature, but v2 did not.
Is there any solution about that ?

[ItemUtils.java in v1]
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/dynamodbv2/document/ItemUtils.html#toSimpleMapValue-java.util.Map-

Is your Feature Request related to a problem?

Many people needs this feature.

https://stackoverflow.com/questions/57280071/equivalent-of-itemutils-toattributevalue-in-dynamodb-jdk-2-x

awsdocs/aws-doc-sdk-examples#889

Describe alternatives you've considered

Changing database.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions