Spring Boot Application fails to start since it fails to load region from system settings when AWS STS module is included
Problem When AWS STS module is included in a Spring Boot Application, exception complaining region not set is thrown. Maven pom.xml <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>sts</artifactId> </dependency> Error M...
Jul 19, 20231 min read2.0K


