Upgrade AWS SDK version in conductor-awssqs-event-queue #3165
-
Hi, current AWS SDK version doesn't support k8s IAM Service Account authentication/authorisation, I like to upgrade the SDK on my localhost, but not sure how. I've tried update the version (1.11.103), and run the Gradle tasks to rebuild the dependencies but it doesn't seem to work, the SDK still at 1.11.86, can I get some guidance plz?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In order to update and use the new dependencies locally, please regenerate your locks using |
Beta Was this translation helpful? Give feedback.
In order to update and use the new dependencies locally, please regenerate your locks using
./gradlew generateLock saveLock