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

Implement dynamodb kinesis streaming destination #16743

Merged

Conversation

matthewrj
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment 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 pull request followers and do not help prioritize the request

Closes #16406

Release note for CHANGELOG:

Added resource for DynamoDB Kinesis streaming destination.

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAwsDynamodbKinesisStreamingDestination'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDynamodbKinesisStreamingDestination -timeout 120m
=== RUN   TestAccAwsDynamodbKinesisStreamingDestination_basic
=== PAUSE TestAccAwsDynamodbKinesisStreamingDestination_basic
=== RUN   TestAccAwsDynamodbKinesisStreamingDestination_disappears
=== PAUSE TestAccAwsDynamodbKinesisStreamingDestination_disappears
=== RUN   TestAccAwsDynamodbKinesisStreamingDestination_disappears_DynamoTable
=== PAUSE TestAccAwsDynamodbKinesisStreamingDestination_disappears_DynamoTable
=== CONT  TestAccAwsDynamodbKinesisStreamingDestination_basic
=== CONT  TestAccAwsDynamodbKinesisStreamingDestination_disappears_DynamoTable
=== CONT  TestAccAwsDynamodbKinesisStreamingDestination_disappears
--- PASS: TestAccAwsDynamodbKinesisStreamingDestination_disappears_DynamoTable (99.76s)
--- PASS: TestAccAwsDynamodbKinesisStreamingDestination_disappears (100.39s)
--- PASS: TestAccAwsDynamodbKinesisStreamingDestination_basic (134.92s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	136.461s

@matthewrj matthewrj requested a review from a team as a code owner December 14, 2020 05:23
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. provider Pertains to the provider itself, rather than any interaction with AWS. service/dynamodb Issues and PRs that pertain to the dynamodb service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 14, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 14, 2020
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome @matthewrj 👋

It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.

Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.

Thanks again, and welcome to the community! 😃

@ghost ghost added the documentation Introduces or discusses updates to documentation. label Dec 14, 2020
Base automatically changed from master to main January 23, 2021 00:59
@matthewrj
Copy link
Contributor Author

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

@barryoneill
Copy link

This PR is three months old now; Is there some outstanding issue with it that one of us could address to get it merged?

@nicolas-lopez
Copy link

Hello this PR has been open for almost 4 month every checks and tests are green. Is there any reason why this PR can't be merged ? This new feature would be really appreciated. Thanks for your work and time.

@barendb
Copy link

barendb commented Apr 21, 2021

Adding a bump to this as well, Matt has put some good work into this, would ❤️ to see it landed...

@kgrits
Copy link

kgrits commented Apr 28, 2021

Hey, any updates on this? I would reaaaally love to have this merged 👍

@anGie44 anGie44 self-assigned this May 4, 2021
@anGie44 anGie44 added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels May 4, 2021
@anGie44
Copy link
Contributor

anGie44 commented May 4, 2021

Hi @matthewrj , thank you for this PR and your patience! I'll be completing my review to get this in an upcoming release, but just wanted to drop a note to please push up a .changelog/16743.txt file with this PR in the meantime. thanks in advance! (additional reference if needed: https://github.com/hashicorp/terraform-provider-aws/blob/main/docs/contributing/pullrequest-submission-and-lifecycle.md#changelog-format)

aws/resource_aws_dynamodb_kinesis_streaming_destination.go Outdated Show resolved Hide resolved
aws/resource_aws_dynamodb_kinesis_streaming_destination.go Outdated Show resolved Hide resolved
aws/provider.go Outdated Show resolved Hide resolved
aws/resource_aws_dynamodb_kinesis_streaming_destination.go Outdated Show resolved Hide resolved
@anGie44 anGie44 added the waiting-response Maintainers are waiting on response from community or contributor. label May 5, 2021
@anGie44 anGie44 force-pushed the dynamodb-kinesis-streaming-destination branch from e031830 to 443e8c8 Compare May 6, 2021 02:12
@anGie44
Copy link
Contributor

anGie44 commented May 6, 2021

Hi @matthewrj , thank you again for submitting this PR 😄 Since our release cadence generally falls on Thursdays, I've pushed up the changes to address the CR comments in addition to some additional refactoring to get everything inline for merging and making it into the upcoming release.

@anGie44 anGie44 force-pushed the dynamodb-kinesis-streaming-destination branch from 443e8c8 to 56d4ff2 Compare May 6, 2021 02:18
@anGie44 anGie44 force-pushed the dynamodb-kinesis-streaming-destination branch from 56d4ff2 to 7c0d29a Compare May 6, 2021 02:20
@anGie44
Copy link
Contributor

anGie44 commented May 6, 2021

Output of acceptance tests (commercial):

--- PASS: TestAccAwsDynamoDbKinesisStreamingDestination_disappears (65.38s)
--- PASS: TestAccAwsDynamoDbKinesisStreamingDestination_disappears_DynamoDbTable (66.09s)
--- PASS: TestAccAwsDynamoDbKinesisStreamingDestination_basic (68.61s)

Output of acceptance tests (Gov cloud):

--- SKIP: TestAccAwsDynamoDbKinesisStreamingDestination_disappears (52.20s)
--- SKIP: TestAccAwsDynamoDbKinesisStreamingDestination_disappears_DynamoDbTable (52.21s)
--- SKIP: TestAccAwsDynamoDbKinesisStreamingDestination_basic (52.21s)

@anGie44 anGie44 added this to the v3.39.0 milestone May 6, 2021
@anGie44 anGie44 removed the waiting-response Maintainers are waiting on response from community or contributor. label May 6, 2021
@anGie44 anGie44 merged commit a84a854 into hashicorp:main May 6, 2021
@barryoneill
Copy link

Thanks @anGie44 !

@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 pull request 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 related to this change, 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
documentation Introduces or discusses updates to documentation. new-resource Introduces a new resource. provider Pertains to the provider itself, rather than any interaction with AWS. service/dynamodb Issues and PRs that pertain to the dynamodb service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amazon Kinesis Data Streams for Amazon DynamoDB
6 participants