When you do a
console.log('Loading function');
in an amazon lambda function, where does that go?
My setup api gateway lambda function nodejs6.10 curl https://n2tredacted.execute-api.us-east-1.amazonaws.com/prod/redactedFunc
AWS Lambda logs are written to CloudWatch Logs. Here's how to access them:
If you prefer to retrieve CloudWatch Logs outside of the AWS Console, then there are numerous CLI options: