Can't get AWS Lambda function to log (text output) to CloudWatch

后端 未结 15 514
独厮守ぢ
独厮守ぢ 2020-12-13 12:14

I\'m trying to set up a Lambda function that will process a file when it\'s uploaded to an S3 bucket. I need a way to see the output of console.log when I uploa

15条回答
  •  北海茫月
    2020-12-13 12:45

    CloudWatch & CloudWatch Logs are different Permissions, you need add CloudWatch Logs to the policy which attached with your role.

提交回复
热议问题