zio / zio-aws

Low level ZIO interface for the full AWS
https://zio.dev/zio-aws
Apache License 2.0
139 stars 29 forks source link

sttp support #583

Open AdamGS opened 2 years ago

AdamGS commented 2 years ago

I think the library will benefit by having sttp support as the http backend, I'm a ZIO newb but it seems like it should be possible. We use sttp in our application and I would love to not have to add http4s just for this library, even though it looks great and exactly like what we need. What are your thoughts regarding this addition? If done, will you merge it before ZIO 2?

vigoo commented 2 years ago

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

vigoo commented 2 years ago

Will add after sttp is out for final ZIO 2.0.0

soujiro32167 commented 1 year ago

Is this still in the cards? I've got logging and tracing set up on the sttp client and would love to use it for AWS comms

vigoo commented 1 year ago

I don't think it would be hard to add it, but personally I won't have time for it in the next weeks.

soujiro32167 commented 1 year ago

Ok, I'll see if I can take it on