I'm writing a smarthome skill, and gotten account linking working. I am also able to turn on and off my test appliance for a while. Left idle, it stops working after roughyl an hour (the expiry of my access tokens). Refresh tokens expire after 30 days.
Can anyone tell me how to debug this. The first thing I do in my Lambda is to log a statement, but when it starts failing, I get no logs in Cloudwatch whatsoever. I may be wrong in assuming that it has to do with token expriy, but it seems likely. Is there any way to enable/find logging outside of my lambda?
Alexa simply responds "Sorry, the device or group Dining Table is not responding"..