-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
@@ -0,0 +1,8 @@ | |||
import sbt._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use the latest version of aws sdk. https://github.com/zio/zio-connect/blob/master/project/AWSLambdaDependencies.scala
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I we should use zio-aws and build this connector on top of it. https://github.com/zio/zio-aws
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's currently using the same versions as the S3 package. Maybe they should both be upgraded together? Or would you rather I update this one?
connectors/sqs-connector/src/main/scala/zio/connect/sqs/SqsConnector.scala
Show resolved
Hide resolved
Hi @xplosunn I think we can merge this after you get the tests to pass. |
@adrianfilip sorry for the delay. Just updated the PR. |
Closes #106