English 中文(简体)
aws lambda: Testing: Logs: Only showing last 200/300 lines, how to see full logs
原标题:
  • 时间:2023-05-25 02:59:14
  •  标签:
  • aws-lambda

I am using aws lambda. Trying to test my code first.

I am doing some heavy printing.

I see the logs is truncated. Looks like only last 300+ lines are shown

Any way i can see all the print lines

enter image description here

问题回答

暂无回答




相关问题
AWS Lambda Node JS Promise Rejection

I m having an issue with one of my AWS Lambda Node JS functions when I call the function from axios in my Next JS frontend. The first time the function is called, it is successful and returns ...

Python lambda function returns ErrorType KeyError

i am creating a lambda function for Certification expiration Alert, and getting this error message when Test run Response { "errorMessage": " detail-type ", "errorType&...

Enable CORS in AWS API Gateway with aws-cli

I m currently writing script to programmatically enable CORS once a resource is added to an API Endpoint on AWS API Gateway. After exploring the put-integration-response function for hours. I almost ...

热门标签