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

后端 未结 15 516
独厮守ぢ
独厮守ぢ 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:33

    You might want add the Last Ingestion Time column to the log output. It's taking a few minutes for all my events to be written.

提交回复
热议问题