8000 feat: Sync dynamo db streams by davekerber · Pull Request #140 · cloud-copilot/iam-collect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: Sync dynamo db streams #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
Merged

feat: Sync dynamo db streams #140

merged 1 commit into from
May 23, 2025

Conversation

davekerber
Copy link
Contributor
@davekerber davekerber commented May 23, 2025

Closes #99

@davekerber davekerber requested a review from Copilot May 23, 2025 01:14
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for syncing DynamoDB streams by integrating a new sync operation and updating related configuration and documentation.

  • Introduces a new DynamoDbStreamsSync operation.
  • Updates the main sync aggregation and metadata for DynamoDB tables.
  • Adds the necessary AWS SDK dependency and documentation updates for DynamoDB streams.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/syncs/syncMap.ts Added import and registration of the new DynamoDbStreamsSync.
src/syncs/dynamodb/tables.ts Updated metadata for DynamoDB tables to include a distinguishing flag.
src/syncs/dynamodb/dynamoDbStreams.ts Introduced the new DynamoDbStreamsSync operation with pagination support.
package.json Added the AWS SDK DynamoDB Streams client dependency.
README.md Updated documentation to include DynamoDB streams details.
Comments suppressed due to low confidence (1)

src/syncs/dynamodb/tables.ts:34

  • Consider using a boolean value (true) for the 'table' metadata flag instead of the string 'true', if the downstream code supports a boolean type.
table: 'true'

@davekerber davekerber merged commit 5e764a4 into main May 23, 2025
9 checks passed
@davekerber davekerber deleted the feature/dynamo-streams branch May 23, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Sync dynamo db streams
1 participant
0