Implement UpdateItem operation and support for TransactWriteItems · Issue #21 · oolio-group/dynago · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement UpdateItem operation to update specified fields on a DynamoDB record.
This operation should accept a variadic options argument for customizing behavior (example:s WithConditionalUpdate, WithOptimisticLock)
Key requirements
Allow updating keys with provided values (automatic update expression compute)
Implement
UpdateItem
operation to update specified fields on a DynamoDB record.This operation should accept a variadic options argument for customizing behavior (example:s WithConditionalUpdate, WithOptimisticLock)
Key requirements
add balance 100
)https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html
Changes to TransactWriteItems
TransactWriteItems should support UpdateItem input.
Implement
WithUpdateItem
option for TransactWriteItems.https://github.com/oolio-group/dynago/blob/main/transaction_items.go
The text was updated successfully, but these errors were encountered: