-
### Describe the current behavior
The current prefect-aws integration does not contain AWS SQS integrations.
### Describe the proposed behavior
Add a AWS SQS block to represent the SQS connection a…
-
Good day, Guys!
I want to ask for your assistance with configuring of Prometheus adapter for collecting required metrics from AWS CloudWatch for SQS.
Currently, from my side I have the next:
1.…
-
Since we added the SQS stuff to the project, it cannot be deployed as-is before some AWS setup has been done, as described in the README.md file, and an SQS-enabled operator has been installed.
May…
t4lz updated
2 months ago
-
On the integration doc page https://www.elastic.co/docs/current/integrations/aws#api-requests, address the following feedback:
"if we rely on that table to explain the costs associated monitoring the…
-
## Expected Behavior
An application should be able to send significantly more than 10MB/s to SQS per vCPU. Ideally, an application should be able to send well over 100MB/s per vCPU.
## Current Beh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
using boto3 client:
response = client.list_queues(MaxResults=100)
response doesn't hold a…
lpaz7 updated
2 weeks ago
-
Given:
```
---
deadlock_detection: true
options:
max_actions: 100
action_options:
Human.Input:
max_concurrent_actions: 1
Worker.Receive:
# limit concurrency to mi…
-
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…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I need to fire up an SQS Queue from one project, and then subscribe that queue to an…