taoensso / faraday

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

missing ScanIndexForward option with far/scan #110

Closed ekim7809 closed 7 years ago

ekim7809 commented 7 years ago

Thank you for your great work.

It looks like far/scan does not have ScanIndexForward option, but far/query does. Is this designed to be this way or just not implemented yet? Would there be any other easy way I can pass that option? I need to scan in a desc. order for time series data. Thanks.

ekim7809 commented 7 years ago

Sorry. I found, as of now, there is no ScanIndexForward option for scan operations. It might have existed before though.