balmbees / dynamo-types

Typescript AWS DynamoDB ORM
231 stars 18 forks source link

Is there a way to update only part of a map? #58

Closed crsepulv closed 4 years ago

crsepulv commented 4 years ago

I have an object tree and when I try to update just a part it replace the whole object with the new one.

breath103 commented 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

hagaigold commented 4 years ago

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