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

**Is your feature request related to a problem? Please describe.** I am using SQS to store messages that are bound for a database, in the event that the database goes...

status: waiting-for-triage
type: enhancement
component: sqs

I'm using the ```AmazonS3``` bean to generate presigned urls to upload stuff to a bucket. The problem is that these urls are https enabled, but there is not valid certificate...

status: waiting-for-triage
type: enhancement
component: s3

Question: Is there any possibility we can run multiple SimpleMessageListenerContainerFactory? My use-case is I have Fifo queue in one region and standard queue in another region. I need to listen...

status: waiting-for-triage
type: enhancement
component: sqs

Hi, are there any plans for implementing support for IAM authentication for RDS? http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html

status: waiting-for-triage
type: enhancement
component: rds

Spring Bus might get a backend that leverages SQS for internal communication

type: feature

Would it be possible to document the integration options with X-Ray, if it is even possible? At the moment an application fails to start because the various AWS clients cannot...

type: feature

The `sendInternal` method of [QueueMessageChannel](https://github.com/spring-cloud/spring-cloud-aws/blob/master/spring-cloud-aws-messaging/src/main/java/org/springframework/cloud/aws/messaging/core/QueueMessageChannel.java) only returns a boolean and the class is designed in a way that does not support extension. In addition,`SendMessageRequest` cannot be manually invoked as the...

component: sqs

This issue is related to #67. Ideally the region of the SQS queue can be defined on every listener method. ``` java @SqsListener(value = "queue", region = "us-east-1") public void...

status: waiting-for-triage
type: enhancement
component: sqs

**Problem** I am using spring cloud version 2.1.3.RELEASE for publishing and consuming messages to/from SQS. The problem i have is with SQS receive count and Dead letter queue. Some of...

status: waiting-for-triage
component: sqs

**Describe the bug** Spring Cloud AWS Messaging 2.1.4.RELEASE **Sample** I was looking at NotificationRequestConverter#getMessageAttributesAsMessageHeaders and noticed a couple of issues. * Binary type is actually wrapping the output of Type,...

type: enhancement
component: sns