I wanted to be able to monitor logs in Cloudwatch when my Lambda being executed, currently there is a section on the top of Lambda console:
It's showing me any error I got when the Lambda is being executed, but if I click on logs
, it will direct me to CloudWatch and showing me log group does not exist
, does anyone know why and how I'll be able to see the logs in Cloudwatch? (I thought it'll be automatical...)