spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Currently creating native image for using...
**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...
**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...
**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...
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...
**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...
**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...
Automatically populate PropertySource with instance metadata when running within an EC2 environment.
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...