Amazon Echo Lambda function. Where are console printed?

回眸只為那壹抹淺笑 提交于 2019-12-11 07:34:55

问题


Where would I need to go if I had a console.log("some stuff in here") inside my function to see it printed out for my Lambda function that AWS service provides?


回答1:


You go to AWS CloudWatch > Log Groups > Streams for /aws/lambda/.

For me the URL is

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

But easiest thing is probably just go to CloudWatch and look around.



来源:https://stackoverflow.com/questions/39626463/amazon-echo-lambda-function-where-are-console-printed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!