spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**: SQS **Describe the bug** Version: ``` JDK:17 spring-cloud-aws-dependencies : 3.0.2 spring-cloud-dependencies:2022.0.4 amazon-sqs-java-messaging-lib:2.1.1 spring-boot-dependencies : 3.1.4 amazon.awssdk:2.21.0 ``` Error: I use a @SqsListener and a MessageListenerContainerFactory bean to...
See https://github.com/awspring/spring-cloud-aws/issues/1020 For this we need to add a `ContainerOptions` to use in the `FifoSqsComponentFactory` to determine the proper `Sink` composition.
**Type**: Bug **Component**: SQS **Describe the bug** GraalVM: GraalVM for JDK 17 Community 17.0.9 spring-cloud-aws-dependencies : 3.1.0 org.springframework.boot: 3.2.0 In the Native Image, SqsMessageListenerContainerFactory is specified in @SqsListener's factory, but...
**Type**: Bug **Component**: SQS **Describe the bug** I have an application and it reads messages from sqs when run locally but as soon as I deploy it's native image on...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...
**Type**: Bug **Component**: "Secrets Manager" Spring Boot 3.2.1 spring-cloud-aws. 3.1.0 software.amazon.awssdk 2.22.12 **Describe the bug** Including spring-cloud-aws-starter-secrets-manager in my pom does not make SecretsManagerClient available in my Spring application context....
**Type**: Feature **Is your feature request related to a problem? Please describe.** None of the current properties allow a proxy to be configured for an AWS client. When developing software...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description See https://github.com/awspring/spring-cloud-aws/issues/1025 ## :bulb: Motivation and...
Type: Feature Is your feature request related to a problem? Please describe. Similar to https://github.com/awspring/spring-cloud-aws/issues/1006 it would be nice to also specify the fromArn on a per client basis. It...
**Type**: Feature **Is your feature request related to a problem? Please describe.** I'm trying to create an excel file and upload it to S3. I'm using [fastexcel](https://github.com/dhatim/fastexcel) and it requires...