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 Location #24035

Open
1 of 2 tasks
sthuber90 opened this issue Feb 6, 2023 · 2 comments
Open
1 of 2 tasks

(iot): TopicRule action for Location #24035

sthuber90 opened this issue Feb 6, 2023 · 2 comments
Labels
@aws-cdk/aws-iot Related to AWS IoT effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p3

Comments

@sthuber90
Copy link

Describe the feature

The CDK has no support to trigger Amazon Location via AWS IoT Rule.

Use Case

Adding the action that sends location data to Amazon Location service directly through the AWS IoT topic rule.

Proposed Solution

Implementing action class.

Probably, following PRs help coding.

Other Information

Following documentation will be help.

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

Due to the bug #22732 it'll likely be required to override CloudFormation resources in the action class to handle the Timestamp field propely

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.63.0

Environment details (OS name and version, etc.)

MacOS, NodeJS 18

@sthuber90 sthuber90 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 6, 2023
@github-actions github-actions bot added the @aws-cdk/aws-iot Related to AWS IoT label Feb 6, 2023
@pahud
Copy link
Contributor

pahud commented Feb 6, 2023

We would love to review your PR. Thank you.

@pahud pahud added effort/medium Medium work item – several days of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels Feb 6, 2023
@sthuber90
Copy link
Author

@pahud thank you. The PR is ready. Let me know if anything else is needed

@pahud pahud added p3 and removed p2 labels Jun 11, 2024
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/medium Medium work item – several days of effort feature-request A feature should be added or improved. p3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants