taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Add transaction support #145

Closed kipz closed 4 years ago

kipz commented 4 years ago
kipz commented 4 years ago

@joelittlejohn @neilprosser it's worth noting that transact-write-item now always returns a map to be consistent with the batch operations.

e.g. https://github.com/Taoensso/faraday/pull/145/commits/ef5f1f04522169f0d78371698f589ac537589eb1#diff-eb45e1f169385fa1d90ecb43a6665568R1418

nxvipin commented 4 years ago

Thank you!