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

## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Currently creating native image for using...

component: parameter-store
component: s3
component: secrets-manager
component: sns
component: sqs
type: dependency-upgrade
component: core

**Type**: Bug **Component**: Parameter Store **Describe the bug** The library adds a leading dot (`.`) to imported variables, when using the setup as suggested in the readme (`spring.config.import=aws-parameterstore:/config/spring`) This leads...

component: parameter-store
type: documentation

**Type**: Bug **Component**: **Describe the bug** The new addition of acknowledgementMode in `@SqsListener` is great, but it fails on startup if there are any usage of MessageListenerContainerFactory beans in the...

component: sqs
type: documentation
status: ideal-for-contribution

**Type**: Feature **Is your feature request related to a problem? Please describe.** Currently `DynamoDbOperations` only support synchronous communication. We should think about adding `DynamoDbAsyncOperations`. **Describe the solution you'd like** Create...

type: enhancement
component: dynamodb

Currently in most integrations we auto-configure sync AWS clients. Perhaps we can make it easier to use async clients. I am thinking of a property on each integration `client-types` that...

component: core

**Type**: Feature **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The feature would be in the `spring-cloud-aws-sns` project. It would be nice...

component: sns
status: waiting-for-feedback

**Type**: Bug **Component**: Parameter Store **Describe the bug** We are trying to migrate several applications from Spring Cloud AWS 2.4.4 to 3.0.x. Based on the announcement (https://spring.io/blog/2023/05/02/announcing-spring-cloud-aws-3-0-0) and documentation (https://docs.awspring.io/spring-cloud-aws/docs/3.0.3/reference/html/index.html#spring-cloud-aws-parameter-store)...

## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description Issue: #768 #769 DynamoDb Clients are...

component: dynamodb

On startup within an EC2 environment, populate a PropertySource containing EC2 instance metadata (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). Running outside of an EC2 environment should result in no properties being set. Feature should work...