3

I tried uploading code as a zip file to AWS Lambda, but it's throwing an error: " unhandled error reporting in developer mode only. check the console logs for details. message: cannot read property 'renderer' of null".

2
  • 1
    Check your code for property renderer and make sure it is not null. The error message already written for you. Commented Nov 30, 2019 at 7:23
  • How are you uploading your Lambda code? AWS Lambda Console? AWSCLI? What is the exact error (please copy/paste, don't write it out). Is this Node.js, Python, something else? Commented Nov 30, 2019 at 23:49

1 Answer 1

1

I was also facing the same problem. The uploaded the zip which contains code and library packages is conflicting with existing lambda code and package structure.

Just refresh the page then your problem will be solved

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.