Skip to main content
0 votes
0 answers
119 views

I have a Spring Boot application running in a container. I configured AWS Parameter Store integration using: /application/env/version/1.0/SPRING_CONFIG_IMPORT = aws:parameterstore:/application/env/...
Aquaman's user avatar
  • 43
1 vote
1 answer
168 views

I'm trying to import secrets from AWS Secrets Manager into my Spring Boot application hosted on an ECS container using spring.config.import in application.yml. However, I'm getting the following error:...
Amrutha T's user avatar
0 votes
0 answers
81 views

The documentation available here states that to override the AWS SDK V2, the following must be included before any other BOM dependency that configures AWS SDK dependencies. <dependencyManagement&...
Keith Bennett's user avatar
0 votes
1 answer
612 views

I've added the following to my Gradle project to load Spring's AWS Secret Manager features: plugins { id 'org.springframework.boot' version '3.4.3' id 'io.spring.dependency-management' version ...
chubbsondubs's user avatar
  • 39.5k
0 votes
2 answers
441 views

I have an application with Springboot and AWS Cloud SQS and I want to test it using Localstack. All my tests run with a green status successfully, but my terminal is full of errors. The errors are as ...
Sparkmuse's user avatar
1 vote
1 answer
237 views

I hava been reading about using pollTimeoutSeconds in @SqsListener from Spring Cloud AWS. Look at this configuration: @SqsListener(value = "my-queue", pollTimeoutSeconds = "10", ...
javaTry's user avatar
  • 1,355
0 votes
1 answer
60 views

My application reads messages from AWS SQS and processes them. Here is the configuration for the sqs adapter: @Configuration @Slf4j public class ApplicationConfig { @Bean public ...
Rostislav V's user avatar
  • 1,816
1 vote
1 answer
241 views

I have inheritted an application where two services(serviceA & serviceB) communicate using SQS. They use a payload-wrapper class as the message payload. However, instead of using a common ...
ananda's user avatar
  • 359
1 vote
1 answer
788 views

I got this exception while running a spring boot application locally, I started getting this exception when I upgraded spring boot version to 3.3.0: Error: The following classes could not be excluded ...
MA1's user avatar
  • 1,096
1 vote
0 answers
79 views

Recently I have updated the Spring boot 3.3.1 from Spring boot 2.7.18. Using my application I am trying to fetch some data storeed in AWS but just after updating I am getting below exception. 'org....
Sumit Sood's user avatar
0 votes
0 answers
361 views

According to the release train available here, it appears that I should be able to use Spring Boot 3.3.1 with Spring Cloud 2023.0.2. In addition to these, I am also trying to use Spring Cloud AWS v3.2....
Keith Bennett's user avatar
0 votes
0 answers
669 views

I am trying to load configurations from AWS Parameter Store ("/application/foo") so that I can dynamically set the configurations at runtime. I've used Spring Cloud Config Consul prior but ...
夢のの夢's user avatar
  • 6,048
0 votes
1 answer
357 views

I wonder if there are any ready-to-use java classes in the aws-sdk or spring-cloud-aws for standard SQS events like S3 "ObjectCreated:Put" or if I need to create them on my own. I didn't ...
Sebastian's user avatar
  • 6,127
1 vote
1 answer
213 views

We have upgraded to io.awspring.cloud:spring-cloud-aws-dependencies:3.1.0, and I no longer see code for integration with Amazon ElastiCache for Redis as detailed in documents like this one and this ...
Keith Bennett's user avatar
2 votes
0 answers
1k views

How can I prevent Spring Cloud AWS from automatically picking up AWS credentials from the default credentials file (~/.aws/credentials) when the application is executed by others on their computers, ...
kcsurapaneni's user avatar

15 30 50 per page
1
2 3 4 5
14