What versions to use when using multiple aws-sdk-go-v2 modules together #3123
-
Hello I was wondering, when using packages from different modules together, how should I determine what version of those modules to use together to ensure compatibility? Are there any recommendations or best practices in this regard? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
There's no particular recommendation besides "always try to use the latest". Most of the time, service module changes are independent from each other so you wouldn't have issues if one of them is not using the latest. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
There's no particular recommendation besides "always try to use the latest". Most of the time, service module changes are independent from each other so you wouldn't have issues if one of them is not using the latest.