feat(dynamodb): DynamoDB Streams read API and Kinesis streaming destination#515
Merged
Nahuel990 merged 2 commits intoministackorg:mainfrom Apr 29, 2026
Merged
Conversation
|
Docker image for this PR has been published: |
|
Docker image for this PR has been published: |
Collaborator
|
@marcin-nowak-scl thanks! I'm taking this in, but I'll apply some changes before release... the Kinesis streaming destination should fan out independently of DDB Streams being enabled (AWS treats them as separate subscriptions), and right now it's gated on StreamSpecification.StreamEnabled |
Nahuel990
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Exposes DynamoDB Streams read-side behaviour suitable for local integration tests and implements / wires Kinesis streaming destination handling so stacks using
aws_dynamodb_kinesis_streaming_destination(or equivalent) can be exercised against MiniStack.What changed
ministack/services/dynamodb_streams.py— stream records / iterator semantics.ministack/services/dynamodb.pyandministack/services/kinesis.py.tests/test_dynamodb_streams.py,tests/test_dynamodb_kinesis_destination.py,tests/conftest.pyfixture updates.How to test
PR checklist
ministack/services/app.py/router.pyupdatedtests/conftest.pyfixtures where neededministack/.pyfiles this PR changes (scoped check vsmain; see Ruff / lint above)