Daniel Vigovszky

Results 135 comments of Daniel Vigovszky

Update: I found some issues, will push fix and tests when have time.

I could definitely create more ADT wrappers for some AWS types such as the credentials provider but I don't understand how this would help. Currently we have this: ```scala val...

Thanks for the detailed explanation. I'm not definitely against introducing more wrappers here but my point is that the hand-written descriptors should be equally powerful than the derived ones. Now...

NOTE: if content length is known _and_ it's set on the request object, it works correctly.

Thank you for the suggestion, I think it would be a great addition. Could be part of the ZIO 2 release

Will add after sttp is out for final ZIO 2.0.0

Note: I had to disable scaladoc completely because it required too much resources for the generated model wrappers.

Interseting, thank you for reporting. I will take a look, but my guess is that in the Java SDK level these are not `null`s either but empty collections. Not sure...

Thanks, sounds like a good idea!

Note that it is not enough to simply just remove the support for the Java paginated requests, the native has to be improved to not only support the `NextToken` interface...