Questions tagged with Amazon Simple Queue Service
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
The [documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_Message.html) for SQS Messages says this about MessageIDs:
```
[It is a] unique identifier for the...
2
answers
1
votes
84
views
asked 6 days agolg...
Hi team,
I am running an application in AWS Fargate that consumes and processes messages from SQS queues.
I want to auto-scale the fargate service based on the queue length
Thsi is my CDK...
1
answers
0
votes
117
views
asked 7 days agolg...
I am a bit confused by the meaning of "any messages sent with the same message deduplication ID are accepted successfully but aren't delivered during the 5-minute deduplication interval."
I send...
4
answers
0
votes
47
views
asked 8 days agolg...
HI team,
I am running a node application on ECS Fargate, which involves consuming messages from an SQS queue through **long polling**. The application uses a batch size of 100 for **parallel...
1
answers
0
votes
138
views
asked 21 days agolg...
Hi,
We have formed a proof of concept that utilizes the libraries mentioned below. Using this we are receiving the message sent through `Amazon SQS`.
1. **Amazon SQS Library ...
1
answers
0
votes
112
views
asked 21 days agolg...
Hello Please i need help with cloud formation i have a dynamoDB (studentVisit) with attribute
| studentVisit |
| --- |
| timestamp (Primary Key) |
| id (Secondary Key) |
| Parent Phone |
i want on...
1
answers
0
votes
133
views
asked a month agolg...
I am getting the following error thrown when trying to use the Aws Sqs package in C#:
Amazon.SQS.AmazonSQSException: Can only include alphanumeric characters, hyphens, or underscores. 1 to 80 in...
1
answers
0
votes
64
views
asked a month agolg...
Can someone please confirm that I am understanding this correctly?
1. GOAL: Use Event Bridge Scheduler to target an SQS FIFO queue at a rate of every 1 minute.
2. Based on this...
1
answers
0
votes
131
views
asked a month agolg...
My Cloudformation SNS SQA stack deployed and I can see the components in the AWS console. However when I publish a message in SNS, I dont get it when I poll for it in SQS.
AWSTemplateFormatVersion:...
1
answers
0
votes
154
views
asked a month agolg...
As subject, I've been struggling with this all day and can't find a solution.
I have a SNS topic, and a SQS queue subscribed to it. Creation of both, and the subscription, is done programatically...
2
answers
0
votes
121
views
asked a month agolg...
I wonder if anyone else has had this issue before? Our deployment always succeeds to our identical WebApp instance (configured nearly exactly the same minus being a worker in a CloudFormation...
0
answers
0
votes
95
views
asked a month agolg...
Recently the aws team has issued notifications to many teams regarding their updated sqs dlq redrive policy. Just need to confirm is there is any need to change any policy if we are using admin access...
1
answers
0
votes
110
views
asked a month agolg...