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

Amazon Kinesis Data Streams for Amazon DynamoDB #16406

Closed
ewbankkit opened this issue Nov 24, 2020 · 8 comments · Fixed by #16743
Closed

Amazon Kinesis Data Streams for Amazon DynamoDB #16406

ewbankkit opened this issue Nov 24, 2020 · 8 comments · Fixed by #16743
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/dynamodb Issues and PRs that pertain to the dynamodb service.
Milestone

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Kinesis Data Streams for DynamoDB captures item-level modifications in any DynamoDB table and replicates them to a Kinesis data stream of your choice.

New or Affected Resource(s)

  • aws_dynamodb_kinesis_streaming_destination

Potential Terraform Configuration

resource "aws_dynamodb_kinesis_streaming_destination" "example" {
  table_name = aws_dynamodb_table.example.name
  stream_arn = aws_kinesis_stream.example.arn
}

References

Announcement.
Developer Guide.

Requires AWS SDK v1.35.34:

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Nov 24, 2020
@ghost ghost added the service/dynamodb Issues and PRs that pertain to the dynamodb service. label Nov 24, 2020
@matthewrj
Copy link
Contributor

Fixed by #16743

@terozio
Copy link

terozio commented Jan 19, 2021

Any news when this might be released? The pull request has been ready for more than a month.

@barryoneill
Copy link

Yes, we're eagerly awaiting this feature too :)

@matthewrj
Copy link
Contributor

Would love an update on when we can expect the PR to be reviewed.

@marcote
Copy link

marcote commented Mar 2, 2021

Does anybody know who we need to assign to release this feature?

@mansi135
Copy link

We are waiting on this feature too :)

@anGie44 anGie44 added the new-resource Introduces a new resource. label May 6, 2021
@anGie44 anGie44 added this to the v3.39.0 milestone May 6, 2021
@ghost
Copy link

ghost commented May 7, 2021

This has been released in version 3.39.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@github-actions
Copy link

github-actions bot commented Jun 6, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/dynamodb Issues and PRs that pertain to the dynamodb service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants