Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

giograno
Copy link
Member

Motivation

Global tables in DynamoDB get a separate DynamoDB Stream, one for each regional replica of the table.
In LocalStack, we implement global tables by redirecting the DDB calls to the original region. A similar approach is not extended to the associated streams. Therefore, we don't have such streams associated with the regional replicas.

Changes

  • Adding a (failing, therefore skipped) validated test that exposes the issue.

@giograno giograno added this to the 4.5 milestone May 15, 2025
@giograno giograno self-assigned this May 15, 2025
@giograno giograno requested a review from viren-nadkarni as a code owner May 15, 2025 09:58
@giograno giograno added aws:dynamodb Amazon DynamoDB aws:dynamodbstreams AWS DynamoDB Streams semver: patch Non-breaking changes which can be included in patch releases labels May 15, 2025
Copy link

github-actions bot commented May 15, 2025

LocalStack Community integration with Pro

    2 files      2 suites   18m 55s ⏱️
1 177 tests 1 110 ✅ 67 💤 0 ❌
1 179 runs  1 110 ✅ 69 💤 0 ❌

Results for commit b26d25d.

♻️ This comment has been updated with latest results.

@giograno giograno merged commit 247c12d into master May 15, 2025
32 checks passed
@giograno giograno deleted the ddb-global-stream branch May 15, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:dynamodb Amazon DynamoDB aws:dynamodbstreams AWS DynamoDB Streams semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants