-
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
(iot): TopicRule action for OpenSearch in AWS IoT #17702
Comments
Hi 🙂 Looking to contribute here if this feature is still required? Looks like the issue is ~12 months old. |
@ConorShirren go ahead - looks like the only movement on this issue was #21823, which was closed by its author without a review months ago. |
@skinny85 Thanks for getting back to me! |
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). |
Going to give this an attempt to add support for OpenSearch action in IoT. |
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*
|
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
The text was updated successfully, but these errors were encountered: