PynamoDB
PynamoDB copied to clipboard
Updating an item without getting it first
Would it be possible to update an item without getting it first?
As far as I understand this is possible with the DynamoDB API, as long as you know the hash/range keys.
Thanks
Maybe this can help you a little: #446 take a look good luck
@alexanderfanz What about something like that: user.update(actions=[User.Requests.set(User.Requests + 1)]) Obviously i get "The provided expression refers to an attribute that does not exist in the item" Any solution?