Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon Simple Queue Service
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.
Content language: English
Select tags to filter
Sort by most recent
473 results
I want to report a few kinds of small events from customer accounts to my account - things like CloudFormation stack updates and certain API calls in CloudTrail - and minimise the cost, complexity and...
Hi,
We are observing that the metric `Approximate age of oldest message` is jumping suddenly by a significant amount. We have sev2 alarms around this metric and we have relaxed it in the past to avoid...
Similar to, for example, using an SQS as a source to trigger a lambda that processes its messages, I would like to use the Neptune DB Stream as an event source for lambda. Does AWS Neptune support thi...
Hi there,
I am trying to subscribe an Amazon SQS queue located in the `eu-west-1` (Ireland) region to the Amazon Marketing Stream (AMS) `sp-traffic` dataset using the Subscription API (`POST https://a...
What permissions are required to make cross region and cross account call from lambda to sqs .Context- I want my lambda to write to two different SQS queue in a different account - one queue is in sam...
I am working on a process that is as follows:
1. New S3 file is PUT in a bucket/folder (i.e. bucket_name/folder_name/file_name.json)
2. Lambda 1 is triggered by S3 PutObject and sends a message contai...
EXPERT
published 2 months ago0 votes68 views
Join us live on [Twitch.tv](https://bit.ly/4anH9WR) on March 18th, 2025 @ 2pm Pacific / 5pm Eastern to hear our experts explain Encryption, FIFO Ordering and Message Lifecycle in SQS
EXPERT
published 3 months ago0 votes98 views
Join us live on [Twitch.tv](https://bit.ly/4anH9WR) on March 11th, 2025 @ 2pm Pacific / 5pm Eastern to hear our experts explain the upcoming End of Standard Support for Major Aurora and RDS Databases...
I have a task where in my architecture I need to replace SQS with Event Bridge. I mainly use SQS for batching purpose. I want to trigger lambda whenever I achieve a batch of let's say 30 files. For pa...
I am building a integration between to external services.
In short service A triggers a webhook when an item is updated, I am formatting the data and sending it to service Bs api.
There is a few of ...
I have a weird situation, where I have setup a glue crawler which consumes SQS(s3 event triggered). SO, technically it triggers whenever a message is sent to the queue with a table level of 3 s3://s3_...
For a specific web service in API Gateway, we send incoming JSON requests to SQS, which then forwards them to an EventBridge event bus. A rule on the event bus directs the messages to Firehose for fur...