-
### 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…
-
### Report
Hello, I have two deployments using ScaledObjects based on SQS queues in different regions (say, eu-central-1 and us-east-1) and I want to authenticate to AWS using pod identity. The fir…
-
Features like AWS SQS support and #154 suggest the possibility of using `llama-deploy` in commercial clouds.
For developers whom are largely reliant on those services, an example of using `llama-…
-
## 1. Title
AWS::SQS::Permission
## 2. Scope of request
AWS::SNS::Permission - can add permission to a SQS queue via API but not via CloudFormation
## 3. Expected behavior
In Create, …
-
We need to refactor code to facilitate users to use other queuing systems.
- [ ] AWS SQS
- [ ] Google Pub/Sub
- [ ] AWS Kinesis
- [ ] Redis
-
## Expected Behavior
Tracing context injected to `MessageAttributes._datadog.BinaryValue` by [dd-trace-js ](https://github.com/DataDog/dd-trace-js/blob/fcd3ab8244800e64b01bdd746933812dada90ad5/packag…
mahwy updated
1 month ago
-
### 🔖 Feature description
Add a request validator to the `events-backend-module-aws-sqs`, similar to the `HttpPostIngressEventPublisher`
### 🎤 Context
When using the `events-backend-module-aws-sqs`…
-
Hi, I'm tryng to connect directly to AWS SQS endpoint,:
- name: SQS_AWS_REGION
value: "sa-east-1"
- name: SQS_ENDPOINT_URL
value: "https://sqs.myre…
-
I have a SAM template for a lambda (`AWS::Serverless::Lambda`) that has a VpcConfig declared, however cfn-nag is highlighting it as a warning with LambdaFunctionInsideVPCRule. If I change the lambda …
-
Description
We need to send asynchronous messages to users after a request is created, a volunteer is chosen for a request, etc. Utilize AWS SNS, SES, and SQS to send async messages to specific users…