Steven Fitzpatrick
Steven Fitzpatrick
Yes region is eu-west-1 Output here > * timeout on name lookup is not supported > * Trying 54.192.28.58... > * TCP_NODELAY set > * Connected to xxxxxx.execute-api.eu-west-1.amazonaws.com (54.192.28.58) port...
One thing I didn't understand from the documentation is which you consider as the "Session" GET end point. I.e after npm run deploy, you get the following end points. >...
The only other thing I wanted to check was inserting the IOT Endpoint in the serverless.yml. I simply replaced the variable > "${env:AWS_IOT_HOST}" with string > "xxxxxxxxxxx.iot.eu-west-1.amazonaws.com" Is that also...
The timeout seems to be happening here in chrome/remote.js ``` channel_1 = mqtt_1.connect(url, { will: { topic: 'chrome/last-will', payload: JSON.stringify({ channelId: channelId_1 }), qos: 1, retain: false } }); ```...
ok then I am kinda at a loss why it's not working. I am pretty sure it's due to this line `wss://xxxxxxxxx.eu-west-1.amazon.com` Is there maybe a role I need to...
My chromeless version is 1.0.1 and serverless is 1.18.1
@adieuadieu Totally my fault I put down amazon.com instead of amazonaws.com in the serverless config.