How to Dynamodb send message to SQS
Asked Answered
G

2

8

I have a table in AWS Dynamodb and i need send message to AWS SQS when a new item is created. So i want my Dynamodb to be triggered at that exact moment when created new item, a message for the AWS SQS. Is that possible?

Goth answered 4/10, 2018 at 23:34 Comment(0)
P
10

Yes, this is possible by using DynamoDB Streams to trigger a Lambda function that then writes to an SQS queue.

Prostration answered 4/10, 2018 at 23:40 Comment(0)
S
0

AWS EventBridge helps exactly with such tasks. See https://docs.aws.amazon.com/eventbridge/latest/userguide/pipes-tutorial-create-dynamodb-sqs.html

Symer answered 18/7, 2024 at 8:54 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.