spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Feature **Is your feature request related to a problem? Please describe.** Currently messaging only supports SQS and SNS, it would be great to have support for AWS IoT messaging...
At this moment we do not have test coverage reports in [SonarCloud](https://sonarcloud.io/summary/overall?id=awspring_spring-cloud-aws). Links that may be helpful: https://community.sonarsource.com/t/upload-jacocotestreport-data-to-sonarcloud-using-github-actions/38875 https://community.sonarsource.com/t/how-to-configure-upload-coverage-reports-to-sonarcloud-io/24618 https://community.sonarsource.com/t/coverage-test-data-importing-jacoco-coverage-report-in-xml-format/12151 How it's done in Spring Cloud GCP: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/.github/workflows/sonar.yaml
Add 2 methods (likely to `S3Operations`), one for getting signed url for fetching S3 object, second for getting signed url for putting an S3 object. Work can start once https://github.com/awspring/spring-cloud-aws/pull/314...
Integration with SQS must be migrated to AWS SDK v2. This is not meant to be a direct migration, but rather re-thinking how the current one is done. Things to...
Add ability for SimpleStorageResource.getURL() to account for custom repositories not hosted in AWS
From spring-cloud-aws created by [celdridge91190](https://github.com/celdridge91190): spring-cloud/spring-cloud-aws#774 **Type**: Feature **Is your feature request related to a problem? Please describe.** When trying to use Spring Cloud config with an S3 backend it...
Provide an interface for sending SMS messages via SNS. With pure `SnsClient` SMS specific attributes must be provided as strings: ```java Map attrs = new HashMap(); attrs.put("AWS.SNS.SMS.SenderID", MessageAttributeValue.builder().dataType("String").stringValue("SpringCloud").build()); snsClient.publish(r ->...
**Type**: Feature **Is your feature request related to a problem? Please describe.** We have a set of micro-services that communicate through SQS messages in JSON format. A simple "Hello, world!"...
**Type**: Feature First of all, as a disclaimer, I am not sure whether this feature request should be in this repo or in https://github.com/spring-cloud/spring-cloud-config, as there is already a S3...
**Type**: Bug **Component**: ElastiCache **Describe the bug** - Spring Cloud AWS Version: 2.4.0 - Spring Boot Starter Data Redis: 2.6.4 - AWS Java SDK ElastiCache: 1.12.172 We are trying to...