When you do a
console.log(\'Loading function\');
in an amazon lambda function, where does that go?
My setup api gateway lambda functio
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: