I am using MQTTJS client to publish and subscribe to my IoT topics from react application.
I tried to use MQTTJS to get/update my AWS device shadow but I can't send or receive anything from my device shadow. here is my code
client.publish('$aws/things/things/deviceId/shadow/get', {});