spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**: SQS **Describe the bug** io.awspring.cloud 2.3.1 spring-cloud-aws-messaging, spring-cloud-aws-dependencies, spring-cloud-aws-autoconfigure spring boot 2.4.5 Problem: during app restarts, queued SQS messages go in flight without acknowledgement in the app....
**Type**: Bug **Component**: SQS **Describe the bug** Running the SQS listener, with Localstack to simulate the queue, the Spring container is not shutting down cleanly when running tests through Maven....
**Type**: Feature Support for registering & discovering applications using AWS CloudMap **Is your feature request related to a problem? Please describe.** We have an application which is currently deployed in...
Just POC. Not sure when this is going to happen (3.0 or later).
Support for integrating with AWS Cloudmap ## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description...
**Type**: Feature/Bug **Is your feature request related to a problem? Please describe.** When running Spring Boot 3.0.0-M3, we are unable to get the `@SqsListener` annotation to work. Sending a message...
**Type**: Feature **Is your feature request related to a problem? Please describe.** I have found that several people i work with have assumed that S3Resource.getUri() would return the s3 url...
**Type**: Feature **Is your feature request related to a problem? Please describe.** We want to be able to manage the max number of messages that are being polled from SQS...
We need something to send messages to SQS, likely `SqsTemplate`, that integrates with the rest of SQS components.