I’m trying to upgrade our aws dependencies and we’ve been using spring-cloud-starter-aws-parameter-store-config
for a while and I wanted to upgrade our aws dependencies but apparently this dependency is not compatible with spring-cloud-aws-dependencies
and the java-sdk it uses.
So I came across this spring-cloud-aws-parameter-store
but not sure what’s the difference between them and also we use environment based configuration so not sure if it’s a good idea replacing the dependencies.
Ps: Im really new with spring aws and trying to learn more lately so sorry.
I tried upgrading versions and replacing dependencies locally but not sure if things work out in production.