taoensso / faraday

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

Multi GSI update #170

Closed WBSemple closed 1 month ago

WBSemple commented 1 month ago

Support updating multiple GSIs in a single request when :gsindexes is a sequence of maps

joelittlejohn commented 1 month ago

Nice that this will now be a better match for create-table, and you have taken care to avoid breaking the old behaviour.

Could you squash 24c8885 and ad51619 into one commit please?

joelittlejohn commented 1 month ago

Thanks Will!