spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description When creating a raw JSON string...
Currently due to Spring Messaging internals if we send a `String` message containing a JSON without specifying a `Content-Type` it'll default to `text/plain` in the `StringMessageConverter`. If we set `.header(MessageHeaders.CONTENT_TYPE,...
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description see: https://github.com/awspring/spring-cloud-aws/issues/1129 ## :bulb: Motivation and...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Added Micrometer's Observability support instruments SQS...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Implementation for #832 This is only...
…n the same Batch for FIFO queues ## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll:...
**Type**: Feature **Is your feature request related to a problem? Please describe.** More often that not, in the microservices architecture, a single microservice operates against a single S3 bucket. Spring...
**Type**: Bug **Component**: DynamoDB **Describe the bug** I am using DynamoDbTemplate for querying dynamodb records. The `delete()` method in the API is `void`, therefore unable to perform further actions using...
This is most definitely a typo, the correct method is `S3Template#createSignedGetURL`. ## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [...
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...