Atomically Increment DynamoDB Field With Object Persistence Model #3666
-
Using the object persistence model (DynamoDBContext), I would like to be able to atomically increment/decrement a field. This can be easily achieved using an UpdateExpression with the low level API, but I was wondering if this is possible with the higher level API (which only allows to provide a ConditionExpression) |
Beta Was this translation helpful? Give feedback.
Answered by
ashishdhingra
Feb 27, 2025
Replies: 1 comment
-
@darind Good morning. Currently we do not support this feature in High Level API. There was similar high level request opened earlier #2602. I have created backlog item for these two requests. Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashishdhingra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@darind Good morning. Currently we do not support this feature in High Level API. There was similar high level request opened earlier #2602. I have created backlog item for these two requests.
Thanks,
Ashish