Create one method for BatchUpdate. #478
parthchat99
started this conversation in
Ideas
Replies: 1 comment
-
Can you share your code snippet? You should be able to update multiple fields in one update call -- for a single item. If you are updating multiple items, you would have the same overhead with OneTable or with DynamoDB directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to update more than one field and since there is no option of batchUpdate, I have to update every field using for loop. Besides performance, it is costing me more on AWS
Beta Was this translation helpful? Give feedback.
All reactions