Utilities for use with the Cognitect AWS library for Clojure.
Use in deps.edn
as a git dependency.
In aws-util.util
:
credentials-provider
anddefault-credentials-provider
give an alternative implementation of credentials, more reliable in my experience then Cognitect's. This uses AWS Java SDK 2.invoke-async-and-paginate
andinvoke-and-stream
are two helpers for paginating through paginated results of AWS operations, returning Manifolddeferred
andstream
, respectively.
Copyright © 2019 Vadim Geshel
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.