Skip to content

"Fixes" the delete by Primary Key(s) on the DynamoDB Helper Class

Derek Hudson requested to merge dhudsons-fix-deleteByPKey into master

It does this by doing some very awful reflection magic that assumes that the given input class is annotated with at least DynamoDBHashKey and DynamoDBRangeKey (if required).

It's extremely clunky and only done as a proof-of-concept. I think in general this should be abandoned and the deleteByPrimaryKey should be deprecated.

Merge request reports

Loading