amazonica
amazonica copied to clipboard
A comprehensive Clojure client for the entire Amazon AWS api.
There is an obvious way to spell `with-region` in 3rd party code: ```clojure (defmacro with-region [region & body] `(amazonica.core/with-credential {:endpoint (name ~region)} ~@body)) ``` However, this has a subtle bug:...
I don't know how interested you are in a "fix" for this, but FYI purging AsyncClients is a very useful trick for slimming jar sizes down (which is ~necessary for...
Right now, the amazonica.aws.kinesis namespace assumes both the Kinesis SDK and the client are available. The kinesis client is mentioned in the README as a possible exclusion to cut down...
This library is great, and the example coverage seems pretty extensive on a whole (considering how much there is to the api). However, it's not exhaustive. As soon as I'm...
[The Java SDK is wrapped already](https://github.com/mcohen01/amazonica/blob/master/src/amazonica/aws/cloudsearchdomain.clj). However, I'm pretty stumped as to how to use this :/ Would anyone be able to provide examples/give advice? I have looked at the...
DynamoDB's Document API provides support for functionality that isn't on their base API, like requesting a maxResultSize on queries or scans. Are there any plans to support it? You can...
I'm trying to list the files in an S3 bucket using [amazonica "0.2.24"] and the following code: (s3/list-objects :bucket-name "mybucket") I get the exception listed below. Caused by org.xml.sax.SAXParseException Premature...
Per https://github.com/aws/aws-sdk-java/issues/3077, latest AWS SDK remove dependency on software.amazon.ion/ion-java that had the cause of CVE.
Hi there. I'm poking around a project that uses amazonica. When I do this, I generally go to the source repo and pull up the tag matching the version of...
https://ga-beacon.appspot.com/UA-5925374-11/amazonica/readme?pixel returns a 500