When you do a
console.log(\'Loading function\');
in an amazon lambda function, where does that go?
My setup api gateway lambda functio
In the console Cloudwatch > Logs Or with awscli:
aws logs get-log-events --log-group-name /aws/lambda/my_group_name_here --log-stream-name stream_name_here
Some special characters like $ need to be escaped with a preceding \