sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

Entity.update #405

Open sam-goodwin opened 1 year ago

sam-goodwin commented 1 year ago

We currently don't support updating a record's fields (i.e. pass partial)

It's cheaper to do updates than to do PutItem (i think)