-
Hi, sorry i am posting this here because i am not sure where I can ask my questions.
How can I send the SQS Message to FIFO queue and not the standard one. I even downloaded your example but in send…
-
### What steps will reproduce the problem?
I have a fifo queue on AWS SQS service.
When I try to queue an element to the queue, I receive this error from the AWS SDK
yii\base\ErrorExcept…
-
### What happened?
When creating a Subscription with the field `spec.forProvider.filterPolicy` set, the provider gets in a loop of SetSubscriptionAttributes AWS API calls trying to update that attrib…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
## Description
AWS_REGION environment variable is overwritten and unusable in the docker-com…
-
**Context:**
Version: 2.0.0
When we create DataSets or Environments, - S3, SQS, and KMS Keys get created. Upon deleting DataSets or Environments, the associated S3 Buckets do not get deleted, and ne…
-
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…
-
## What happened
The celery components aren't working as expected; no job can be successfully executed by the GUI.
## Environment
Latest changes in the `develop` branch.
## What did you expec…
-
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…