spring-cloud-aws
spring-cloud-aws copied to clipboard
All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
**Type**: Bug **Component**: Secrets Manager **Describe the bug** So I'm making use of the `spring-cloud-starter-aws-secrets-manager-config` version `2.3.2`, along with Spring Boot version `2.5.5`, and I noticed that it allows importing...
The only way to set up a message listener as far as I can tell is through the \@SqsListener or \@MessageMapping annotations. But these annotations require the queue name to...
**Type**: Bug **Component**: Parameter Store **Describe the bug** When using multiple active profiles with spring cloud Hoxton SR10 and boot 2.3.9 we have noticed that property order seems to have...
**Type**: Bug **Component**: "Parameter Store" **Describe the bug** We are using `spring-cloud-starter-aws-parameter-store-config-2.2.5.RELEASE` for storing and retrieving the properties from AWS Parameter store and actuator for dynamically refreshing the properties. We...
**Type**: Bug **Component**: SQS messaging **Describe the bug** SimpleMessageListenerContainerFactory has queueMessageHandler field and has setter for this. However when public method `createSimpleMessageListenerContainer` is called to create the actual bean `SimpleMessageListenerContainer`...
Are there plans to support the latest Spring Boot version so that it can be listed in the Spring Initializr? What would need to be done to support it? Please...
Amazon S3 provides a way to set several Metadata information such as Server Side Encryption, custom user metadata, etc... SimpleStorageResource currently handles version numbers in url and object metadata is...
**Type**: Bug **Component**: "Parameter Store" **Describe the bug** When using dependency 'aws-xray-recorder-sdk-aws-sdk-instrumentor', when adding the dependency spring-cloud-starter-aws-parameter-store-config to use the aws-parameter store, a com.amazonaws.xray.exceptions.SegmentNotFoundException error occurs and the Application run...
**Is your feature request related to a problem? Please describe.** I'm trying to delete a resource in my S3 bucket using the spring-cloud AWS API. Seems like it is impossible:...
**Type**: Feature I would like it if the batch method available from [AWS SDK](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html) it is a possible thing to incorporate on the QueueMessageChannel or in another place to create...