-
@josegonzalez @kiall @bear @faulkner I use the beaver to shipping the log to sqs. I have several log files, what i want is to shipping each log to sqs queue individualy(one file with only one queue). …
-
### Terraform Core Version
1.7.4
### AWS Provider Version
5.36.0
### Affected Resource(s)
aws_sqs_queue or almost any other type that has an example with jsonencode() utilized in the s…
-
The munin plugin tracebacks when trying to query the queue length for message queues outside the default region of us-east-1.
```
$ sudo munin-run aws_sqs_queue_length_test-queue-us-west-2
Traceback …
-
### Tell us about your request
As a security best practice, it would be great if you would encrypt KarpenterInterruptionQueue SQS queue in the CloudFormation getting started guide template. The templ…
-
## Improve SQS testing
In my humble opinion we should use `Mox` testing SQS and should avoid using default values for queue's name like `probando`. So I will remove default queue name value and imp…
-
### Name of the resource
AWS::SQS::Queue
### Resource Name
_No response_
### Issue Description
[RedriveAllowPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs…
-
The `dependencyBlocksToModuleDependencies` function should resolve `config_path` values relative to the `terragrunt.hcl` file they are declared in instead of simply appending them to an array.
This…
-
Hello! I like this project and would like to give some data to help improve it. There's a scenario where I'd like to be able to use `tfautomv`.
```
# aws_sqs_queue.backup_queues["statstracking-v…
-
**Describe the bug**
When configuring Conductor to consume messages from SQS, if the Conductor queues are configured with long polling, then an empty queue will slow down consumption from all other q…
-
SQS now provides a client that implement temporary queues much more efficiently than naively creating a new SQS queue for each call. It should be easy to use that client to implement the `SQSSession.c…