亚马逊 Echo Lambda 函数。控制台在哪里打印?

Amazon Echo Lambda function. Where are console printed?

如果我的函数中有一个 console.log("some stuff in here") 以查看它为 AWS 服务提供的 Lambda 函数打印出来,我需要去哪里?

您转到 AWS CloudWatch > 日志组 > /aws/lambda/ 的流。

对我来说 URL 是

https://console.aws.amazon.com/cloudwatch/home?region=#logStream:group=;streamFilter=typeLogStreamPrefix

但最简单的事情可能就是去 CloudWatch 看看周围。