How to configure client side Spring Cloud Config backed with AWS Parameter Store
I am trying to load configurations from AWS Parameter Store ("/application/foo"
) so that I can dynamically set the configurations at runtime. I’ve used Spring Cloud Config Consul prior but not sure what’s the setup for AWS Parameter Store.