We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A PutItem call with 'ALL_OLD' specified as the ReturnValues should return a copy of the overwritten item.
PutItem
ReturnValues
The text was updated successfully, but these errors were encountered:
Hmmm, it certainly tries to do that: https://github.com/mhart/dynalite/blob/0641c3bf29b1171a67f49d58ca47ad676e145884/actions/putItem.js#L22-L23
What is it returning?
Sorry, something went wrong.
I'm just getting an empty object.
No branches or pull requests
A
PutItem
call with 'ALL_OLD' specified as theReturnValues
should return a copy of the overwritten item.The text was updated successfully, but these errors were encountered: