localstack-spring-boot-starter
localstack-spring-boot-starter copied to clipboard
Provide ability to define user defined AWS Service client beans
In the localstack auto-configuration the registration of beans should happen only when user hasn't defined one. We can use @ConditionalOnMissingBean to achieve this.