I am new to developing alexa skills, and I wanted to do some logging to get information on what's going on.
I'm using Alexa Developers Console to create a simple Hello World skill, then I added a console.log(speakOutput); to the response.
I test the skill on the emulator and then head to the "Logs: Amazon CloudWatch" link. When I enter the cloudwatch, I get an error:
Also, if I try navigating by any of the menus I get permission errors. I know the only solution I found on the internet was to give execution permissions to the lambda function, but on the account I'm logged in when I click the link I don't have permissions to do that.