spring-cloud-aws icon indicating copy to clipboard operation
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

Results 93 spring-cloud-aws issues
Sort by recently updated
recently updated
newest added

**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...

type: bug
status: waiting-for-triage
component: secrets-manager

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: enhancement
component: sqs

**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

**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
status: waiting-for-triage

**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`...

type: bug
status: waiting-for-triage

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...

status: waiting-for-triage

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: feature
component: s3

**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...

type: bug
status: waiting-for-triage

**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: enhancement
for: team-attention
component: s3

**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...

status: waiting-for-triage
type: enhancement