-
```
flogogen activity Test
cd Test
git init .
git commit -am "Initial"
git remote add origin "someurl"
git push
```
Flogo webui -> install activity
User interface reports success, but nothi…
-
**I am trying to connect AWS MQTT broker using AWS certificate attached to a thing but it throws below error**
```
ERROR - Exception occured while connecting to broker
com.amazonaws.services.io…
-
I am try to initialize the device class as part of an application in an Elastic Beanstalk environment. However, I continue to get the error `Failed to read credentials from /tmp/.aws/credentials`. Thi…
-
Hi Aws Iot Team,
Brilliant piece of work on the SDK.
I have recently moved my project that makes use of the SDK without webpack to one that uses webpack.
My problem is that the webpack build …
-
### Description:
Hey everyone, please do forgive me if I've come to the wrong neighborhood with this question, but I've been struggling with it for a few days now and I'm pretty much stumped.
So I…
-
I am trying to setup a simple device client in the browser following this example in the README file:
```javascript
var awsIot = require('aws-iot-device-sdk');
var device = awsIot.device({
ke…
-
@karthiksaligrama @kvasukib @gkwicker @rohandubal
### To help us solve your problem better, please answer the following list of questions.
* What service are you using?
AWS IOT
* In what v…
-
Hello
As we know the device can only run one single connection by same client id, based on that. A physical device opens a connection with the `device` implementation to subscribe to the AWS IoT Sh…
-
Hi,
As mentioned in the below thread we can only subscribe to 7 shadows by changing client id this can be increased.I want this process to be dynamic to register more the 100 thing.
https://git…
-
https://github.com/esp8266/Arduino/blob/7df28582858e5a935c721d131064e6e3082edfe8/libraries/ESP8266WiFi/src/WiFiClientSecure.cpp#L356
I've been trying to connect to the AWS IOT MQTT endpoint, but it…