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

SpringBoot Starter for Localstack

Results 6 localstack-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

This code upgrades the project to AWS SDK v2. The unit test and sample code has been updated to use the new async APIs. It should be noted that the...

This PR adds an example project, a readme file along with the source code on how to use the latest/custom localstack version. Please consider merging this as I believe this...

/Users/larry/samples-test/localstack-spring-boot-starter/examples/localstack-spring-boot-sample/src/main/java/com/sivalabs/demo/config/AppConfig.java:3:37 java: package io.github.sivalabs.localstack does not exist same error using Netbeans Failed to execute goal on project localstack-spring-boot-sample: Could not resolve dependencies for project com.sivalabs:localstack-spring-boot-sample:jar:1.0-SNAPSHOT: Could not find artifact io.github.sivalabs:localstack-spring-boot-starter:jar:1.0.0-SNAPSHOT...

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.

enhancement