David Ho
David Ho
This is addressed with https://github.com/aws/aws-sdk-java-v2/pull/6367, timeout of 60 seconds for `ResponseTransformer.toInputStream()` and `AsyncResponseTransformer.toPublisher()` is now enabled by default, and can be configured.
Changes look good, but looks like existing Kinesis unit tests are failing, can we fix those?
> @zoewangg, @Fred1155 - can this be merged? Hi @jhult , can I ask your motivation/use-case for the version bump in the SDK? The tool can be used standalone specifying...
We have bumped to `rewrite-recipe-bom` `3.14.0` with the GA release of our migration tool in SDK `2.34.0`
Added logic for constructor removal and additional tests. Two issues came up, wondering if you could provide some pointers: **a)** Given that almost all constructor calls will be assigned to...
Fix is merged, will go out in tomorrow's release 2.40.11
I wasn't able to reproduce your exact error logs with your code, I got the same error as in https://github.com/aws/aws-sdk-java-v2/issues/6469 The fix I put out for that did allow the...