I've a simple Alexa Skill - developed in the Alexa developer console with some simple JS in the index.js. Alexa is doing well in the Test-Tab (just responding with an 'Hello' to the launchEvent.
I now wanted to implement some logging via console.log(...)
But all I can find on information is: "Just do console.log and you'll find the output somewhere in the Cloudwatch"
But in AWS Cloudwatch, I can create "LogGroups" under "Logs" - but how do I connect such a log group with my Alexa skill? Or do the console.log outputs appear somewhere else automatically?
console.log()
? – Dejan Peretin