Closed crsepulv closed 4 years ago
DynamoDB from it's nature, key-value manner. so short answer is: no. this is not the limit of this ORM, but the limit of DynamoDB
so short answer is: no. this is not the limit of this ORM, but the limit of DynamoDB
what about update expressions? https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html
I have an object tree and when I try to update just a part it replace the whole object with the new one.