Questions tagged [spring-cloud-aws]

Questions related to integrating with the Spring Cloud AWS libraries

176 questions
0
votes
1 answer

Spring Aws Kinesis Binder ProvisionedThroughputExceededException while consuming messages in Batch Mode

I am using the batch mode to pull in the records from kinesis stream. We are using spring aws kinesis binder. Most of the times we are not able to pull messages from stream. Only some times we are able to pull messages from stream. My config looks…
0
votes
1 answer

Spring cloud AWS kinesis stream binder failed to start due to improper bean initialization

I am trying to run this simple kinesis message consumer with the following code. This is the only class in application I am facing this error since, I have updated to latest snapshot version of kinesis binder @SpringBootApplication …
0
votes
1 answer

cloud.aws.jdbc.datasource Throwing Assertion Error: Password Must Not Be Null for Spring Boot App

I'm currently working on a project in which our app needs to connect to an Amazon RDS instance. So far, I have been utilizing the following documentation for setup:…
Brandon
  • 933
  • 1
  • 10
  • 19
0
votes
0 answers

Configuration Metadata for Spring Cloud AWS - i.e. Autocomplete in YML / .properties

Does Spring Cloud AWS provide any sort of configuration metadata for the cloud.aws family of properties? (i.e. for cloud.aws.region.static) Would be great to be able to get some auto-completion when setting configuration in…
Groater
  • 58
  • 6
0
votes
1 answer

Invocation of Spring Cloud AWS Messaging package causes dependent beans to be null

I have a Spring Boot project that I'm using to receive events from an Amazon SQS queue. I've been using the Spring Cloud AWS project to make this easier. The problem is this: the Spring Boot application starts up just fine, and appears to…
teuber789
  • 1,527
  • 16
  • 28
0
votes
1 answer

Creating RDS Datasource fails with "AmazonRDSException: The security token included in the request is invalid"

I am unable to start an application with @EnableRdsInstance(databaseName = "test", dbInstanceIdentifier = "test", password = "password", username = "username", readReplicaSupport = true ) The exception I get is:…
Somasundaram Sekar
  • 5,244
  • 6
  • 43
  • 85
0
votes
2 answers

Unable to upload file to S3 Bucket using aws-java-sdk

I have a spring boot application which uploads files to S3 bucket. I am receiving the following error whenever the application tries to upload a file. The stack trace is a huge one. So I am providing only a part of…
Soumya
  • 1,833
  • 5
  • 34
  • 45
0
votes
1 answer

How to run Spring Integration tests with exact config as app

My specific problem is that a bean being instantiated is looking in the wrong location for a file. In my app's config, that value is never defined and is a default for the bean. Here's my app config: @Configuration public class AWSConfig { …
Joe Essey
  • 3,457
  • 8
  • 40
  • 69
0
votes
1 answer

Spring Cloud AWS cglib issue

I have an existing Spring Boot project (1.4.3.RELEASE) and am trying to add some features using the Cloud AWS project. However, merely adding the dependency to the gradle build file causes an apparent cglib problem when instantiating one of my…
0
votes
1 answer

Spring Integration Aws: Create Remote Folders Locally

I am trying to find the configuration for allowing spring-integration-aws to create the remote folder structure locally so it is able to sync. Example: Given a very long s3 bucket…
user101010101
  • 1,609
  • 6
  • 31
  • 52
-1
votes
1 answer

spring cloud aws messaging sqs serialize localdatetime as string

I am using spring cloud starter aws messaging implementation 'io.awspring.cloud:spring-cloud-starter-aws' implementation 'io.awspring.cloud:spring-cloud-starter-aws-messaging' version set('springCloudAwsVersion', '2.3.1') dependencyManagement { …
faceoff
  • 151
  • 3
  • 12
1 2 3
11
12