I'm trying to set up a Lambda function that will process a file when it's uploaded to an S3 bucket. I need a way to see the output of console.log
when I upload a file, but I can't figure out how to link my Lambda function to CloudWatch.
I figured about by looking at the context
object that my log group is /aws/lambda/wavToMp3
and the log stream is 2016/05/23/[$LATEST]hex_code_redacted
. So I created that group and stream in CloudWatch, yet nothing is being logged to it.