Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Added updateItem functionlity #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

orsher
Copy link

@orsher orsher commented Feb 7, 2017

The connector currently only support putItem DynamoDB api.
putItem replaces the whole item.
If someone want to change only the available set of columns and leave the rest untouched it's not possible.

I added support for using the updateItem api.
In order to use it, one should use the following configurations:
use.updates = "true"
tables.keys.names = ["hash_key_attribute_name", "range_key_attribute_name"]

Change should be totally backward compatible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant