Reputation: 11
I need to send certain Kinesis Data Stream events to an SQS queue, but as far as I can tell, Kinesis Data Stream cannot directly populate a queue (KDS cannot be an event source for SQS as far as I can tell). Am I misunderstand here? Has anyone directly written KDS events to an SQS queue?
As far as I can tell, I only have two options:
Upvotes: 1
Views: 1165
Reputation: 45
You can use Amazon EventBridge Pipes and configure Source as Kinesis Data Stream and Target as SQS
Upvotes: 0