-
Some initial PoC: https://github.com/m110/watermill-amazonsqs
m110 updated
2 months ago
-
Hello,
Thank you for your great packages! 😄
I'm using Symfony 5.4 along with the Messenger component, which includes the `async-aws/core` and `async-aws/sqs` packages. Our integration is configu…
-
Relevant issue: https://github.com/aws/aws-sdk-php/issues/2827
When creating a message with no attributes, the message returned by receive message has an empty `MessageAttributes` object and a empt…
-
### Terraform Core Version
1.9.3
### AWS Provider Version
5.62.0
### Affected Resource(s)
```
resource "aws_pipes_pipe" "msk_consumer" {
name = local.resource_name
role_arn = aws_iam_r…
-
When describing an IAM policy document in HCL using the `data` statement, the entries are sorted from Z to A. If you happen to sort normally sort things alphabetically, this will cause confusion a…
-
**Describe the bug**
Adopted Resource from SQS doesn't register queueURL correctly, it registers the queue name in the queueURL field.
**Steps to reproduce**
adopt an existing queue with adoptedr…
-
When using a client from the aws-sqs-sdk on GovCloud environments there is an error generated when trying to produce outbox messages. When the SDK tries to validate the message body using md5s.rb plug…
-
### Pre-Migration Checklist
- [X] I've read the [Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/).
- [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOve…
-
In the README, you mentioned that the config matches SQS queues with handler classes.
```
return [
'handlers' => [
'base-integrations-updates' => App\Jobs\HandlerJob::class,
],
…
-
Has anyone done any work to get the logs sent to an SQS queue instead of S3?