spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
# Add configurable UUID conversion for non-AWS SQS-compatible services ## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ##...
**Type**: Bug **Component**: "S3", "Secrets Manager", "SQS" **Describe the bug** When running locally with AWS_PROFILE enabled the application can access SQS and S3 with credentials from given profile and credentials-file....
**Type**: Feature **Is your feature request related to a problem? Please describe.** Expose ECS (Fargate) [metadata](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4.html), similar to how EC2 metadata is currently [exposed](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-imds). **Describe the solution you'd like** Expose...
**Type**: Feature **Describe the solution you'd like** Resolve `DynamoDbBean` and `DynamoDbImmutable` **Describe alternatives you've considered** Using `TableSchema::fromClass`
## :loudspeaker: Type of change - [] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring ## :scroll: Description S3 AutoConfiguration AutoConfigures Credential Provider. ## :bulb:...
**Type**: Bug **Component**: S3 **Describe the bug** After upgrading project to version `3.4.0` receive HTTP 400. TLDR - downgrade to `3.3.0` fixes the issue. ### log ``` io.awspring.cloud.s3.S3Exception: Simple upload...
**Type**: Bug **Component**: Parameter Store **Describe the bug** Hello Team, Thank you for your awesome work, I have stumbled upon an issue, I have declared a bean as `@RefreshScope`, this...