taoensso / faraday

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

Support create/update/delete for local secondary indexes on update-table #86

Closed ricardojmendez closed 4 years ago

ricardojmendez commented 8 years ago

Spinning off from #80. We need to check if we can do more than one operation at a time, or if it's like with :gsindexes

joelittlejohn commented 4 years ago

There's no way to modify (create/update/delete) local secondary indexes after a table is created. DynamoDB just doesn't allow it.