Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

feat: Add Kinesis Data Stream support #1348

Merged
merged 10 commits into from
Aug 1, 2022

Conversation

bbernays
Copy link
Contributor

Summary


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines πŸ§‘β€πŸŽ“
  • Run go fmt to format your code πŸ–Š
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests. Learn more about testing here πŸ§ͺ
  • Update the docs by running go run ./docs/docs.go and committing the changes πŸ“ƒ
  • If adding a new resource, add relevant Terraform files in a separate PR πŸ“‚
  • Ensure the status checks below are successful βœ…

@bbernays bbernays requested a review from a team as a code owner July 29, 2022 18:38
@bbernays bbernays requested review from irmatov and removed request for a team July 29, 2022 18:38
Copy link
Contributor

@amanenk amanenk left a comment

Choose a reason for hiding this comment

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

Good job. some comments adjustments needed

resources/services/kinesis/streams.go Outdated Show resolved Hide resolved
resources/services/kinesis/streams.go Show resolved Hide resolved
@kodiakhq kodiakhq bot merged commit 767bfab into cloudquery:main Aug 1, 2022
@bbernays bbernays linked an issue Aug 1, 2022 that may be closed by this pull request
@bbernays bbernays deleted the kinesis-support branch August 1, 2022 15:23
kodiakhq bot pushed a commit that referenced this pull request Aug 2, 2022
πŸ€– I have created a release *beep* *boop*
---


## [0.13.4](v0.13.3...v0.13.4) (2022-08-02)


### Features

* Add Kinesis Data Stream support ([#1348](#1348)) ([767bfab](767bfab))
* Add Tags for ECR Repo ([#1369](#1369)) ([3b31598](3b31598))
* Added glue databases and tables ([#1345](#1345)) ([0284a37](0284a37))
* Added glue jobs ([#1352](#1352)) ([562a6b3](562a6b3))
* Column Resolvers    ([#1301](#1301)) ([9b2dbed](9b2dbed))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.7 ([#1362](#1362)) ([3060854](3060854))
* **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#1350](#1350)) ([82ec301](82ec301))
* Update endpoints ([#1347](#1347)) ([3191f3e](3191f3e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah pushed a commit to cloudquery/cloudquery that referenced this pull request Aug 14, 2022
πŸ€– I have created a release *beep* *boop*
---


## [0.13.4](cloudquery/cq-provider-aws@v0.13.3...v0.13.4) (2022-08-02)


### Features

* Add Kinesis Data Stream support ([#1348](cloudquery/cq-provider-aws#1348)) ([767bfab](cloudquery/cq-provider-aws@767bfab))
* Add Tags for ECR Repo ([#1369](cloudquery/cq-provider-aws#1369)) ([3b31598](cloudquery/cq-provider-aws@3b31598))
* Added glue databases and tables ([#1345](cloudquery/cq-provider-aws#1345)) ([0284a37](cloudquery/cq-provider-aws@0284a37))
* Added glue jobs ([#1352](cloudquery/cq-provider-aws#1352)) ([562a6b3](cloudquery/cq-provider-aws@562a6b3))
* Column Resolvers    ([#1301](cloudquery/cq-provider-aws#1301)) ([9b2dbed](cloudquery/cq-provider-aws@9b2dbed))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.7 ([#1362](cloudquery/cq-provider-aws#1362)) ([3060854](cloudquery/cq-provider-aws@3060854))
* **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#1350](cloudquery/cq-provider-aws#1350)) ([82ec301](cloudquery/cq-provider-aws@82ec301))
* Update endpoints ([#1347](cloudquery/cq-provider-aws#1347)) ([3191f3e](cloudquery/cq-provider-aws@3191f3e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS::Kinesis::Stream
2 participants