Apply different AttributeTransformers for tables involved in dynamodb transaction #2938
Unanswered
rohitlakhotia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to use different AttributeTransformers for various tables involved in a ddb transaction. I looked at DynamoDBMapper code, it looks like the same transformers are applied to all the operations. Is there any ready-made solution to use different transformers? One option I see is to enhance the transformers to process records of the intended tables only, any simpler solution?
Beta Was this translation helpful? Give feedback.
All reactions