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

(iot): TopicRule action for OpenSearch in AWS IoT #17702

Closed
2 tasks
yamatatsu opened this issue Nov 25, 2021 · 6 comments · Fixed by #28748
Closed
2 tasks

(iot): TopicRule action for OpenSearch in AWS IoT #17702

yamatatsu opened this issue Nov 25, 2021 · 6 comments · Fixed by #28748
Assignees
Labels
@aws-cdk/aws-iot Related to AWS IoT effort/small Small work item – less than a day of effort feature/service-integration Add functionality to an L2 construct to enable easier integration with another service feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md p2

Comments

@yamatatsu
Copy link
Contributor

Description

The CDK has no support to writes data to an Amazon OpenSearch Service via AWS IoT Rule.

Use Case

Adding the action that writes data to an Amazon OpenSearch Service to AWS IoT topic rule.

Proposed Solution

Implementing action class.

Probably, following PRs help coding.

Other information

Follofing documentation will be help.

It will be good first issue for learning implement feature in CDK!

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@yamatatsu yamatatsu added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 25, 2021
@github-actions github-actions bot added the @aws-cdk/aws-iot Related to AWS IoT label Nov 25, 2021
@peterwoodworth peterwoodworth added effort/small Small work item – less than a day of effort good first issue Related to contributions. See CONTRIBUTING.md p2 feature/service-integration Add functionality to an L2 construct to enable easier integration with another service and removed needs-triage This issue or PR still needs to be triaged. labels Nov 26, 2021
@peterwoodworth peterwoodworth removed their assignment Nov 26, 2021
@ConorShirren
Copy link

Hi 🙂 Looking to contribute here if this feature is still required? Looks like the issue is ~12 months old.

@skinny85
Copy link
Contributor

@ConorShirren go ahead - looks like the only movement on this issue was #21823, which was closed by its author without a review months ago.

@ConorShirren
Copy link

@skinny85 Thanks for getting back to me!
Been looking at the API Ref for the OpenSearch Service and there doesn't seem to be any action that allows data to be written to an OpenSearch Domain: API Docs Here
There are options to CreateDomain and CreatePackage - but they don't seem applicable here?

@skinny85
Copy link
Contributor

skinny85 commented Nov 22, 2022

The PR description contains a link to the relevant CloudFormation docs (specifically, https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html).

@GavinZZ GavinZZ self-assigned this Jan 15, 2024
@GavinZZ
Copy link
Contributor

GavinZZ commented Jan 15, 2024

Going to give this an attempt to add support for OpenSearch action in IoT.

@mergify mergify bot closed this as completed in #28748 Jan 23, 2024
mergify bot pushed a commit that referenced this issue Jan 23, 2024
The CDK has no support to writes data to an Amazon OpenSearch Service via AWS IoT Rule. Adding the action that writes data to an Amazon OpenSearch Service to AWS IoT topic rule.

OpenSearch action for IoT Topic Rule documentation is here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html.

Closes #17702.

Tested by deploying my own stack and confirmed that publishing a message to IoT topic rule will successfully write data to open search service.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-iot Related to AWS IoT effort/small Small work item – less than a day of effort feature/service-integration Add functionality to an L2 construct to enable easier integration with another service feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants