-
I am trying to create an SQS queue using Moto (AWS local mock service) in C#, but the queue creation fails (Even same for List oberations). The CreateQueueAsync method always returns null or an error,…
-
### Describe the bug
3.285.1 creates this error (`Error parsing JSON: Syntax error`):
```
Aws\Sqs\Exception\SqsException Error executing "SendMessage" on "http://awssqs:4777/queue/dev-sqs_payme…
-
**Type**: Bug
**Component**:
SQS
**Describe the bug**
using package io.awspring.cloud:spring-cloud-aws-sqs:3.2.1
and using @SqsListener(value = "queue-messages.fifo")
i'm getting exception…
-
Hi
I need to be able to create an SQS queue and then call the AddPermission endpoint to allow a 3rd party to send messages to the queue. The AWS SDK has an add permission call to allow this, but I…
-
I try to use a SQS FIFO queue then using the subscribe method described from the example trying to invoke a lambda function,
I check the aws console dashboard and the sqs received 100% of the messa…
-
### Describe what happened
Similar to #2307, a JSON diff always shows up for the `sqs.RedriveAllowPolicy` resource, even when no actual changes will be made.
### Sample program
```python
import pul…
-
### What problem are you facing?
By trying import sqs queue I'm facing the error:
```
Warning CannotObserveExternalResource 4s (x8 over 66s) managed/sqs.aws.upbound.io/v1beta1, kind=queue
fa…
-
### Terraform Core Version
1.5.7
### AWS Provider Version
5.75.1
### Affected Resource(s)
* `aws_sqs_queue_redrive_allow_policy`
### Expected Behavior
The `aws_sqs_queue_redrive_allow_policy` r…
-
We've got and intermittent error from where a task is sent `create_export_task.delay()` :
```Python traceback
File "celery/app/trace.py", line 760, in __protected_call__
return self.run(*ar…
-
### The purpose and use-cases of the new component
The AWS SQS receiver is designed to implement a mechanism for retrieving and processing telemetry data triggered by event notifications for S3 upl…