Kliment Mamykin
Kliment Mamykin
Can anyone provide a minimum example that shows this problem?
Just released 1.0.0 - could you please verify this version works for you? Previously published version was broken due to dependencies (`mqtt` and `aws-signature-v4`) releases that broke this package. I...
Is there any docs on this I can read?
If I understand this correctly, your clients are connecting using https://github.com/aws/aws-iot-device-sdk-js and another (automation?) server is listening to the lifecycle events using `aws-mqtt` library. I would look closer in `aws-iot-device-sdk-js`...
> When using the library on an EC2 instance (which has sufficient privileges through IAM) the library never seems to connect. > I've used the same code on my local...
I'm afraid this is more of a AWS library question then something specific to AWSMqtt. This library only expects the passed credential object to have an async `get` function that...
Hi @kieugol QoS configuration is not specific to this project. As it's using MQTT.js under the hood, I would look at https://github.com/mqttjs/MQTT.js#qos and search in that documentation how to specify...
Its looks like a webpack configuration issue, where `process.version` is not set or set to anything except string. There can be a lot going on in webpack configuration. Try to...
post your assets.yml
The option use_cloudfront should be set to either of the two values: invalidate or version. Try: use_cloudfront: version or use_cloudfront: invalidate