Daniel Vigovszky
Daniel Vigovszky
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...
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
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
Generating scaladoc is required for publishing to Maven central anyway, and all the data is available in the schema for it.
This came up in a discussion of https://github.com/vigoo/zio-aws/issues/144 and I wanted to move this topic here. I believe the `DerivationUtils.constant` and `DerivationUtils.constantString` would be useful outside the derivation implementation too,...
This PR adds Scala 2.12.1 to the supported compilers. Had to remove some unused imports make it compile, no other change was necessary.