spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

The New Home for Spring Cloud AWS

Results 200 spring-cloud-aws issues
Sort by recently updated
recently updated
newest added

**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...

component: sns
type: enhancement

**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: enhancement
component: dynamodb
status: blocked

**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...

component: s3
type: enhancement
status: ideal-for-contribution

**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...

component: core
type: enhancement

**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...

type: bug
component: s3

## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...

component: sns
component: core

**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...

component: ses
type: enhancement

**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...