-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(iot): TopicRule action for OpenSearch in AWS IoT #17702
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-iotRelated to AWS IoTRelated to AWS IoTeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/service-integrationAdd functionality to an L2 construct to enable easier integration with another serviceAdd functionality to an L2 construct to enable easier integration with another servicegood first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-iotRelated to AWS IoTRelated to AWS IoTeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/service-integrationAdd functionality to an L2 construct to enable easier integration with another serviceAdd functionality to an L2 construct to enable easier integration with another servicegood first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
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