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
**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...
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...
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...
Hi, are there any plans for implementing support for IAM authentication for RDS? http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
Spring Bus might get a backend that leverages SQS for internal communication
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...
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...
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...
**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...
**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,...