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

Hi there, I'm following the example you made in the [README for S3](https://github.com/mcohen01/amazonica#s3) - I'm just trying to put a file. When I run my webserver, it throws the below...

Current `amazonica.aws.kinesis/worker` doesn't use `amazonica.core/credentials` or `amazonica.core/*credentials*` - it instead explicitly needs credentials to be provided. This was a minor pain when setting up a shim to the AWS SDK...

[amazonica "0.3.166"] depends on [com.amazonaws/aws-java-sdk "1.12.132"] [com.amazonaws/aws-java-sdk-core "1.12.132"] [software.amazon.ion/ion-java "1.0.2"] which has known vulnerabilities: A potential denial-of-service issue exists in ion-java for applications that use ion-java to: • Deserialize Ion...

We need SSO support which only exists the V2 SDK. https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup.html#setup-credentials I imagine a macro could be used to wrap the clients but idioms by which AWS clients are created...

Hi, With the latest updates to the AWS dependencies, a new warning is now being displayed when compiling an application that uses Amazonica: ``` 2024-08-09T15:16:31.592Z WARN [com.amazonaws.util.VersionInfoUtils:85] - The AWS...