spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**:SNS **Annotation driven endpoint doesn't work with WebFlux** When subscription request is received then error appears: No primary or single unique constructor found for interface io.awspring.cloud.sns.handlers.NotificationStatus I used...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Right now when using `table.createTable` we cannot specify any `StreamSpecification`. This means that you must create the schema...
**Type**: Feature **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I can...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Imagine a developer wants to add a single request interceptor to a specific client. If I understand the...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Currently the DynamoDb AutoConfiguration is conditional on `DynamoDbTemplate`. **Describe the solution you'd like** Standalone Initialization of DynamoDb +...
**Type**: Feature **Is your feature request related to a problem? Please describe.** We are using simple AWS Clients for most AWS Services and we just wanted simple initialization via properties...
**Type**: Bug **Component**: S3 **Describe the bug** I use the following code ``` s3Operations.createSignedGetURL(bucket, "object key", Duration.ofMinutes(3)) ``` I use my browser to access the generated url, response `SignatureDoesNotMatch` Then...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...
**Type**: Feature Provide APIs to customize final SES requests **Is your feature request related to a problem? Please describe.** There are use cases for which developers need to have access...
**Type**: Bug **Component**: SQS **Describe the bug** MappingJackson2MessageConverter is not used when using SQSTemplate to send message as an object and receive using @SQSListener However, when sending the message as...