-
Hi, I'm having a problem with an API that receives a POST request, and calls a Lambda which takes every sensor in the request and sends it's content to IoT core. The problem is that I'm receiving 100%…
-
Hey...
This library looks amazing and works pretty good for me on testings... I would want to use this library to control the alarm system in HomeKit via Homebridge.
While investigating the code I t…
-
**Describe the bug**
Hello AWS team, I might be missing something with the public component, at first sight everything is OK, however I'm seeing may errors in the aws.greengrass.SecureTunneling.log a…
-
Based on these instructions: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-iot-core-mqtt
## Install python sdk on raspi:
```
python3 -m pip instal…
-
I have set up Google OAuth 2.0 Client and have been able to retrieve the token from Google. Is there any example or documentation on how I can use this token to access AWS IoT data? Like in the below …
mm108 updated
4 years ago
-
Hi everyone,
I have an issue related to aws-sdk-device-js on the browser, after I generated the aws-iot-device-js bundle using Browserfy tool, I required the bundle in my web app
`const awsIot …
-
I create a plugin like this:
var awsIot = require('aws-iot-device-sdk')
var device = awsIot.device({
keyPath: 'xxxxxx,
certPath: 'xxxxxx,
caPath: 'xxxxxx',
clientId: 'xxxxx',
region: 'xxxxxx…
-
Hello, my previously working codebuild for my project began to fail just now with 'cmake' not found for awscrt (py 3.8). It looks like the last time I ran the build was 4 days ago, and it looks like t…
-
I have a state that I use to keep information, the problem is that after I receive the first time a message, it seems that inside the onMessage function, I always see it in the same way, that is, as i…
-
**Describe the bug**
Crashlytics shows up some crashs in the AWS SDK. The most common one is a crash on "webSocketDidOpen" function. We didn't identify a clear way to reproduce this crash but it seem…