1 Answer
- Newest
- Most votes
- Most comments
2
Currently DynamoDB does not support Stream Filters for Global Tables, that is, Global Tables have to be direct replicas of each other and you cannot filter which data is replicated.
The feature you mention is on the Lambda side, specifically on the Event Source Mapping. This mapping is used on your Lambda consumers to map to your DynamoDB Stream. Regardless if the table is a Global Table or not, this filtering will still work if you have a Lambda consuming from your DynamoDB Stream.
I hope that clears up your question.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
thank you for your clarification. marry xmass.