scalazon
scalazon copied to clipboard
Idiomatic, opinionated Scala library for AWS
Adding ContainerCredentialsProvider as IAM option. This requires the latest version of the AWS SDK, so that dependency has been updated, and it's also been restricted to only the necessary components...
Restricting dependency to only components actually used (kinesis) for lighter build.
We try to avoid custom repos as much as possible (company policy)
Amazon SDK exposes XAsync methods (getRecordsAsync etc') is there a plan on implanting these methods? it seems like a better approach than simply wrapping normal blocking java code with scala...
Hi Federico, I've [modified your example](https://github.com/bamos/scalazon/commit/d33f68859bed41eb2c45488fd4e7107c771f00d9) to add 10 items to Kinesis and then attempt to retrieve them 10 separate times to illustrate a bug I'm seeing in some of...