-
Notifications
You must be signed in to change notification settings - Fork 20
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
Write to Dynamodb #22
Comments
happy to make pull requests on both issues if you are interested |
I'd look at solving your case differently. Given you want to use device info from appsync, you could 1) use IoT API to query device shadows or 2) populate dynamoDB on MQTT triggers when device is deployed, with IoT rules. What I think we DO need to add here is rule definitions right in |
Yeah I do save readings from a device with IoT rules, but on init I save out my device config to dynamodb, that way I can map cognito users against devices they register to (also I can save third party integration settings against a device in dynamodb allowing a user to configure there devices). The "save reading" IoT Lambda action references the dynamodb device to pick up any third party integrations and calls corresponding lambdas if required when saving a reading. You are right though, I would very much like to incorporate device shadow when setting set points and calibration data |
This is a bit odd and may require me forking but worth raising anyho, what about the option to write to a dynamodb, as I keep a list of my device in a device-table for access via appsync and user mapping
something like
Also while on odd user cases, the name for your group, anychance this could be auto generated, as we will deploy to potential thousands of devices and save adjusting the yaml everytime
something like
Just some ideas, I can fork when you finish v2 but it would be nice to keep using the original repo
The text was updated successfully, but these errors were encountered: