shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

Conditional Batch Update with dynamo-easy #323

Open damianesteban opened 3 years ago

damianesteban commented 3 years ago

I apologize for not adhering to the structure of the bug and feature request templates, but I have more a of a general question. Does dynamo-easy provide a way to do conditional batch updates?

Thank you.