Disable CloudWatch to monitor logs for Lambda function

旧时模样 提交于 2019-12-25 02:23:15

问题


Is there any possible way to disable CloudWatch to log Lambda Function's events? If possible, then what are the steps to do this.


回答1:


As per my understanding log output is generated by as a default behavior if you do any tests with lambda function. However, the logs are stored in CloudWatch log group only if your lambda role has permission to write to CloudWatch.



来源:https://stackoverflow.com/questions/51166504/disable-cloudwatch-to-monitor-logs-for-lambda-function

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