Skip to content
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

Processor: Update Kinesis Lambda processor to understand AWS DMS #217

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Aug 9, 2024

About

Building upon the DynamoDB CDC implementation, this pulls the most recent Amazon Kinesis -> CrateDB pipeline element (downstream processor, AWS Lambda flavour) from upstream, so that processing messages from AWS DMS works.

References

@amotl amotl marked this pull request as ready for review August 9, 2024 13:48
Comment on lines +52 to +53
CRATEDB_SQLALCHEMY_URL: str = os.environ.get("CRATEDB_SQLALCHEMY_URL", "crate://")
CRATEDB_TABLE: str = os.environ.get("CRATEDB_TABLE", "default")
Copy link
Member Author

Choose a reason for hiding this comment

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

That's the only deviation compared to the upstream variant: There, those variables are called SINK_SQLALCHEMY_URL and SINK_TABLE.

@hammerhead hammerhead merged commit a485ff7 into main Aug 9, 2024
25 checks passed
@hammerhead hammerhead deleted the amo/update-kinesis-lambda branch August 9, 2024 14:09
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.

2 participants