taoensso / faraday

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

as-map method missing for objects of Projection type #19

Closed xabi closed 10 years ago

xabi commented 10 years ago

Projection is not implementing AsMap protocol resulting in exceptions when creating tables with local secondary indexes . The tables are created but at the end an exception rise when the table info is displayed .

ptaoussanis commented 10 years ago

Looks good Xabi, thank you!

xabi commented 10 years ago

You are welcome !