dynalite
dynalite copied to clipboard
PutItem with ReturnValues set as 'ALL_OLD' doesn't work correctly
A PutItem call with 'ALL_OLD' specified as the ReturnValues should return a copy of the overwritten item.
Hmmm, it certainly tries to do that: https://github.com/mhart/dynalite/blob/0641c3bf29b1171a67f49d58ca47ad676e145884/actions/putItem.js#L22-L23
What is it returning?
I'm just getting an empty object.