How to perform integration testing of a Spring Boot application reading properties from the AWS Parameter Store (dependency org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config).
Should the AWS Parameter Store integration be disabled in integration tests?
How to use local server (or mock) instead of the real AWS Parameter Store in integration tests?