localstack-spring-boot-starter icon indicating copy to clipboard operation
localstack-spring-boot-starter copied to clipboard

Provide ability to define user defined AWS Service client beans

Open sivaprasadreddy opened this issue 5 years ago • 0 comments

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.

sivaprasadreddy avatar Sep 16 '20 05:09 sivaprasadreddy