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 **Describe the bug** Version of Spring Cloud: org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR9 Which resolves to spring cloud aws version 2.2.5.RELEASE When the application starts up the org.springframework.cloud.aws.context.support.env.AwsCloudEnvironmentCheckUtils attempts to determine if the...

type: bug
theme: ecs
component: core

Would it be possible to get the following [Spring datasource properties](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#spring.datasource.tomcat) and integrate them in the `TomcatJdbcDataSourceFactory` class when you create a new datasource within the `createDataSource` method ? For...

component: rds

**Is your feature request related to a problem? Please describe.** Reactive Relational Database Connectivity (R2DBC) is getting more and more attention. [spring-data-r2dbc](https://github.com/spring-projects/spring-data-r2dbc/) has recently been released as **1.0.0.RELEASE**. I would...

type: feature
component: rds

Hi guys, Is there a recommended way to integrate a Spring Boot application running on EKS with IAM authentication? We would like to enable our Spring Boot application to access...

type: question

I am using springcloud messaging for sqs with latest release 'org.springframework.cloud:spring-cloud-aws-messaging:2.2.2.RELEASE' Sample code snippet: -------------------------------------------------------------------------------- //auto wired AmazonSQSAsync amazonSqs SimpleMessageListenerContainerFactory factory = new SimpleMessageListenerContainerFactory(); factory.setAmazonSqs(amazonSqs); ------------------------------------------------------------------------------- currently using the credentials...

type: dependency-upgrade
component: sqs

I want to add a new queue to already running SimpleMessageListenerContainer at runtime and use same listener.

type: enhancement
component: sqs

AWS supports since a while Redis Cluster (not talking about the AWS home-build ElastiCache cluster based on Master/Slave). It would make sense to auto-configure Jedis/Lettuce clients accordingly if an ElastiCache...

type: enhancement
component: elasticache

We are using the SQS messaging features in Spring Cloud AWS (version `1.2.1` and `2.0.0 M4`). We had a production outage because the service(s) that support the `@SqsListener` annotation simply...

type: enhancement
component: sqs

Can I enable aws tags from Java config ? the same as here https://github.com/spring-cloud/spring-cloud-aws/issues/280

help wanted
component: core

Spring cloud version: Greenwich An upstream provider is sending SQS message attribute headers one of which is an "id" header that is not a UUID, we are unable to receive...

type: bug
component: sqs