What versions to use when using multiple aws-sdk-go-v2 modules together #3123
Answered
by
Madrigal
aaronchung-bitquill
asked this question in
Q&A
|
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 |
Answered by
Madrigal
Jul 8, 2025
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. |
1 reply
Answer selected by
lucix-aws
|
Hello! Reopening this discussion to make it searchable. |
0 replies
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.