spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
Resolves #344 Adds support for listening to `SQS` queues and handling messages. (WIP) ### Features - See [SqsIntegrationTests](https://github.com/tomazfernandes/spring-cloud-aws/blob/a96b22ec90798ef95947d265312936ca0f29062e/spring-cloud-aws-sqs/src/test/java/io/awspring/cloud/sqs/SqsIntegrationTests.java#L210) for usage examples and features - Provides almost all features from the...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description Read the bucket region from the...
**Type**: Bug **Component**: Secrets Manager **Describe the bug** I am trying a simple example wherein I have my AWS credentials stored under an AWS profile called "personal" Now I am...
This issue collects all the requirements for RDS support in Spring Cloud AWS 3.0 (based on AWS SDK v2). The key feature in RDS integration is support for read replicas:...
`PathMatchingSimpleStorageResourcePatternResolver` should be migrated to AWS SDK v2 in 3.0 version (`main` branch).
**Type**: Feature **Is your feature request related to a problem? Please describe.** AWS Cognito doesn't implement the OpenID Connect [RP-Initiated Logout specification](https://openid.net/specs/openid-connect-rpinitiated-1_0.html) (in draft) yet. When using AWS Cognito together...
1. Migrate Cognito integration from branch `2.4.x` to `main` using AWS SDK v2. 2. Update docs 3. Provide a sample app 4. Consider implementing https://github.com/awspring/spring-cloud-aws/issues/132
**Type**: Feature **Is your feature request related to a problem? Please describe.** I would like to fetch configuration from [AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) on application start up. This way I can keep my...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Still have to go through it...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description This is currently just a draft...