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...
blog.adafycheng.dev1 min read