taoensso / faraday

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

Does update-table only support provisioned throughput? #77

Closed ricardojmendez closed 8 years ago

ricardojmendez commented 8 years ago

I'd like to confirm - does update-table only support provisioned throughput? I can provide a pull request to add other functionality as well, such as updating secondary indexes, but wanted to confirm first that it's not already supported elsewhere (I'm new to faraday).

ptaoussanis commented 8 years ago

Hi Ricardo, that's correct - current update-table supports only throughput changes.

Would be happy to see a PR with other functionality, thank you! Please target the dev branch for any PR work.

Cheers :-)

ricardojmendez commented 8 years ago

Thanks. Closing the issue, as it was specific to the question. I may add some more features but will get acquainted with the dev brach first,to get familiar with the parameter conventions.