问题
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