zio-aws icon indicating copy to clipboard operation
zio-aws copied to clipboard

Low level ZIO interface for the full AWS

Results 49 zio-aws issues
Sort by recently updated
recently updated
newest added

The AWS Java SDK is planning to switch to Smithy based code generation so the currently used schema model will be deprecated. The next major version of zio-aws should use...

It fails with `Data read has a different checksum than expected`, but it can randomly pass if pausing it with a debugger for example. My investigation shows that the stream...

bug

Hint https://github.com/aws/aws-sdk-java-v2/blob/master/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/FileAsyncResponseTransformer.java#L74

bug
question

Drop `asyncJavaPaginatedRequest` if possible and use `asyncSimplePaginatedRequest` instead. This would make all pagination unified and run the aspects for each pagination call not just the top level one.

With example project and full example in doc site

documentation

Generating scaladoc is required for publishing to Maven central anyway, and all the data is available in the schema for it.

enhancement