amazonica icon indicating copy to clipboard operation
amazonica copied to clipboard

A comprehensive Clojure client for the entire Amazon AWS api.

Results 46 amazonica issues
Sort by recently updated
recently updated
newest added

Reference Location: https://github.com/mcohen01/amazonica#lambda I had a difficult time parsing the response from invoking a Lambda call, so I think it'd be helpful to include instructions for how to do that...

Fix https://github.com/mcohen01/amazonica/issues/435 Unfortunately I cannot test this changes as I don't have access to an amazon account right now.

Hi, I try to send an SQS message with a message-attributes. I notice there is no coercion like SNS ( https://github.com/mcohen01/amazonica/pull/179 ) So my code is: ```clj (sqs/send-message {:queue-url queue-url...

I'd rather not have joda dependency but I'm assuming here you'd rather have these changes as an opt-in

It would be nice if waiters were a little more easily exposed. It took me a while to tease it out but for [CloudFormationWaiters][1] I had to do the following:...

Hi, Sorry in advance if this has already been covered. This is an issue similar to #196. I'm trying to upload a file using the S3 transfer manager and I'm...

Hi, Today Amazon released [(announcement)](https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-0-developer-preview/) the [developer preview of V2 of the SDK](https://github.com/aws/aws-sdk-java-v2). Some features look promising, like the fact that the S3 API doesn't force you to use either...

Thanks again Michael et al. for this amazing library. I'm surprised how well it works and how relevant it still is for us over the years! I ran into this...

This might help for future PRs. I tried to add a test for adding methods as metadata on generated syms, but I couldn't get the tests to pass on master.