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?
Asked
Active
Viewed 71 times