spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring

Results 93 spring-cloud-aws issues
Sort by recently updated
recently updated
newest added

I am using Spring Cloud SQS( spring-cloud-starter-aws-messaging ) in my application My listener method is annotated as below. But i see that sometimes, the listener is becoming stale or stopped...

type: bug
component: sqs

**Is your feature request related to a problem? Please describe.** When processing background tasks that take long and having varying time to complete, it's not efficient to set the SQS...

type: enhancement
component: sqs

(Bug | Misconfiguration ?) I'm using spring-boot 2.1.2 with spring-cloud-starter-aws-secrets-manager-config (2.1.1, tried with 2.1.2 also) and Greenwich release of spring cloud. I have followed the docs as described in documentation...

status: waiting-for-triage
component: secrets-manager

**Is your feature request related to a problem?** - Running the current integration tests requires spawning resources in AWS - The setup for this requires some manual effort (see [README](https://github.com/spring-cloud/spring-cloud-aws/blob/master/README.adoc))...

component: infrastructure

We are in the process of upgrading our services to Spring boot 2.0 with the reactive stack and found a problem configuring SNS in that scenario. It seems not possible...

help wanted
type: enhancement
component: sns

I want to change message visibility `sqsClient.ChangeMessageVisibility(myEndpoint, myMessage.getReceiptHandle(), 60);` How to achieve this using @SqsListener ``` @SqsListener(value ="TEST",deletionPolicy = SqsMessageDeletionPolicy.ON_SUCCESS) public void getMessage(@Headers Map headers,String message) throws Exception { LOG.info("Message...

help wanted
type: question
component: sqs

When application runs outside of EC2 instance and region is not specified in application properties, startup fails with `IllegalStateException`. This can be done in more developer friendly way using [Spring...

help wanted
type: enhancement

User should assume a role with the authentication to make all the AWS calls

type: feature
status: waiting-for-triage
component: core

It would be quite helpful if the spring-cloud-aws could provide a MeterRegistryCustomizer to automatically annotate micrometer metrics with dimensions based on the metadata from AWS (i.e Instance Type, Instance ID,...

help wanted
type: enhancement
component: cloudwatch

I have a use case where I would like to customize the TaskExecutor that is used by the SimpleMessageListenerContainer. I would simply like to set a task decorator that is...

status: waiting-for-triage
type: enhancement
component: sqs