-
Currently both the input queue and dead letter queue are hard coded to have a message retention period of 14 days. This should be split out into settings that can be configured.
-
### Name of the resource
AWS::SQS::Queue
### Resource Name
_No response_
### Issue Description
To find the right CloudFormation Stack, where a AWS resource is defined/maintained `aws:cloudformati…
-
### Component
None
### Is your feature request related to a problem?
I had to get custom to implement extracting traceparent + tracestate from my SQS consuming BackgroundService. A lot of it's insp…
-
### Problem
I have configured s3 source and getting following error from time to time, once in a ~30-60 min
```
ERROR source{component_kind="source" component_id=s3 component_type=aws_s3}: vector…
-
The function to search a [queue](https://github.com/seratch/AWScala/blob/5d26b1dda276b01fec340c8e931e859478974c2b/sqs/src/main/scala/awscala/sqs/SQS.scala#L42) by name is built on top of `listQueues()…
-
FIFO queues require a messageGroupId be associated with each message. Is there any plan to add that functionality?
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMess…
-
1. Title ->AWS::SQS::Queue-FifoQueue
2. Scope of request -> AWS::SQS::Queue-FifoQueue is not a valid property when not creating a FIFO queue. It should be able to be present if it is set to false.
3…
-
I'd like to switch from Redis broker to SQS for increase the reliability of my task queue.
After reading [the source code](https://github.com/Koed00/django-q/blob/master/django_q/brokers/aws_sqs.py…
-
**Describe the bug**
I installed Powershell on MacOSX and downloaded the AWS S3 Data Connector Scripts, I am using AWS profiles with SSO connected to my entra ID so I have AWS cli configured with mult…
-
I have multiple environments for my server like Dev, Staging and Prod. I am currently using Celery with SQS queue. In Celery, I have set configuration which create different SQS queue for each environ…