mrnst
mrnst
Thanks @MatejNedic, your explanation was helpful to understand how the location of the `spring.config.import` statement influences the resulting configuration. But I'm still not convinced that the import from AWS Parameter...
Hello @MatejNedic, you can find the requested sample in [this repository](https://github.com/mrnst/spring-cloud-aws-issue-1406). I run this application in AWS ECS with the following parameter values in AWS Parameter Store: | Parameter Name|...
Thank you @MatejNedic. I was able to solve my configuration problem with your explanations in this thread. I'm aware that everything you explained is already contained in the documentation. But...