DynamoDB Global tables do not support stream filtering.

0

Is it true that DynamoDB global tables do not support stream filtering? This is according to comments here https://dev.to/aws-builders/new-dynamodb-streams-filtering-in-serverless-framework-3lc5 . If true, when do you expect to support this? This is a really crucial issue as we recently started using Global Tables and this feature is a must for us.

simon
질문됨 2년 전673회 조회
1개 답변
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.

profile pictureAWS
전문가
답변함 2년 전
  • thank you for your clarification. marry xmass.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠