-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(dynamodb): allow using Kinesis stream in Table #15199
feat(dynamodb): allow using Kinesis stream in Table #15199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @rrhodes! In general, in the L2 libraries, we use the types from other libraries for integrations, instead of relying on strings. If you could change that one small thing, we will get this puppy merged!
1fcd17a
to
6759a0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @rrhodes, thanks for the contribution!
Actually, please also move this to
TableProps
instead ofTableOptions
.Happy to move this. Interested to hear how you decide what belongs in
TableOptions
and what goes toTableProps
?
TableOptions
are also used as input to the now-deprecated GlobalTable
construct. I don't want to support that option there, so that's why moving them to TableProps
makes sense.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Add support for Kinesis Streams in DynamoDB tables with a new `kinesisStreamArn` table option. Closes aws#14534 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add support for Kinesis Streams in DynamoDB tables with a new `kinesisStreamArn` table option. Closes aws#14534 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add support for Kinesis Streams in DynamoDB tables with a new `kinesisStreamArn` table option. Closes aws#14534 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add support for Kinesis Streams in DynamoDB tables with a new
kinesisStreamArn
table option.Closes #14534
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license