Get specific version of parameter from parameter store #181
Answered
by
MatejNedic
sector101010
asked this question in
Q&A
-
Is it possible to get a specific version of a parameter? These both return the latest value:
|
Beta Was this translation helpful? Give feedback.
Answered by
MatejNedic
Sep 1, 2021
Replies: 1 comment
-
Hey @nilfric , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sector101010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @nilfric ,
no, currently it is not possible since parameter store integration is loading parameters by the path. Since we are loading all parameters found on that path. If we were loading parameters by name then we would be able to do so since we can send name:version with AWS SDK. If there is interest from the community and if this is something worth having, we can make an issue and introduce it into Spring Cloud AWS.