Skip to content

Add Support for ARN as DynamoDB Standard Type #3661

Open
@belugabehr

Description

Describe the feature

Update DynamoDB client to natively support a new datatype: com.amazonaws.arn.Arn

Use Case

We store many ARNs in our DynamoDB instance related to SQS topics, StepFunctions State Machines, etc. - would be nice for to have native support for ARNs in DynamoDB mapper.

Proposed Solution

Add ARN support to list of standard supported types.

https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters.java#L83

Other Information

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

2

JDK version used

JDK 11

Operating System and version

Linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p3This is a minor priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions