There was an error while loading. Please reload this page.
1 parent acd9c1d commit e1725bdCopy full SHA for e1725bd
README.md
@@ -20,7 +20,7 @@ const mqttClient = new AWSMqtt({
20
secretAccessKey: AWS_SECRET_ACCESS_KEY,
21
sessionToken: AWS_SESSION_TOKEN,
22
endpointAddress: AWS_IOT_ENDPOINT_HOST,
23
- region: 'us-east-1'
+region: 'us-east-1'
24
});
25
````
26
4. Connect and recieve messages from your topic
0 commit comments