spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**: SQS **Describe the bug** When trying to start spring application, it throws the following error. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqsAsyncClient' defined in class path resource...
**Type**: Bug **Component**: DynamodDB **Describe the bug** When I was trying to use `io.awspring.cloud:spring-cloud-aws-starter-dynamodb` starter with a Native Image for an AWS Lambda, application failed to startup due to a...
**Type**: Bug **Component**: Parameter Store **Describe the bug** Updated values in AWS parameter store are not propagated to running application. How to reproduce 1. Start sample application (https://github.com/miloszpiglas/spring-demo-ssm) 2. Change...
I created some parameters in parameter store with a "/dev/appname" prefix, e.g. "/dev/appname/spring.datasource.url". I configured the `spring.config.import` property via an environment variable. As per the documentation, I did not include...
Looks like in aws spring cloud 3.x SqsMessageListenerContainer is the replacement for SimpleMessageListenerContainer and similarly the factory. I am having problems setting a setDestinationResolver. @maciejwalkowiak any clues?
**Type**: Feature I've been experimenting with https://github.com/CRaC/docs. However, when you attempt to do a crac checkpoint and you've got `awssdk:ssm dependency` in the pom then Crac checkpointing fails with >...
**Type**: Bug **Component**: Parameter Store **Describe the bug** The property "spring.cloud.aws.parameterstore.endpoint" is not loaded correctly when specified under a specific application.properties profile Ex.: ``` # application.properties spring.cloud.aws.parameterstore.endpoint=http://ssm.sa-east-1.amazonaws.com ``` ``` #...
As discussed [here](https://github.com/awspring/spring-cloud-aws/issues/879#issuecomment-1933580325), currently `SqsTemplate` fails if more than 10 messages are provided in a batch with an error from AWS SDK. We can add support for this use case...
**Type**: Bug **Component**: SQS **Describe the bug** Spring Cloud AWS 3.1.0. The message poller stops after trying to process some messages from a queue when they result in a "No...
In Spring Cloud AWS 2.x, when a `List` was passed as an argument to send or receive payloads, it would serialize / deserialize the list in a single message payload....