Closed pdt590 closed 3 years ago
I think you are looking for
thingShadows.register( 'RGBLedLamp', {}, function() {
For a full example you can take a look at the documentation here. Is this what you are wanting to do?
Thank you so much for your reply Currently, my project consist of 2 entities: IoT device and Mobile App. Mobile App communicates to IoT device via AWS-IoT. Do you know any solution that Mobile App can send request to AWS-IoT to create a thing shadow for the device? For example, AWS-Lambda can receive the request from app to do that.
AWS Amplify might be what you are looking for and should work. But it doesn't look like it will manage the shadow for you as you will have to pub/sub to the device shadow topics.
https://github.com/aws-amplify/amplify-js/issues/728#issuecomment-384422311
@jmklix thank you, i will try another solution
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.
I have a huge iot devices, i want to create device shadow for each device automatically How can i do that without using aws console?
Thank you so much