1 Answer
- Newest
- Most votes
- Most comments
0
Hi Wade, Thanks for sharing your question here.
DDB has a built-in mechanism to publish changes to a Kinesis data stream. Please see this guide for more information.
You can have both DDB stream and KDS integration on in your DDB table.
You should be able to have multiple triggers configured for your Lambda. However, I think the event format published from various sources may vary and therefore you may have to handle it in your Lambda code.
Easiest way to use KDS with DDB is to use the built-in integration. However, your records may appear out of order and also there might be duplicates. Consider how this impacts your application and see if you can implement the workarounds suggested in the documentation.
answered a month ago
Relevant content
- asked 3 years ago
- asked 7 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
I would find more information in the docs. Thank you!