Error when trying to search Lambda functions

0

Enter image description here
Enter image description here

Hi, I get this error every time I try to search for lambda functions. Has anybody else encountered this? It doesn't happen any other time. Nobody else in my account experiences this.

asked 10 months ago377 views
1 Answer
2

Hello,

This seems to be a unique browser issue - “Minified React error #185"

https://github.com/react-bootstrap/react-bootstrap/issues/3421

Generally, This issue is observed in Chrome Browser and usually occurs when React limits the number of nested updates to prevent infinite loops.

https://reactjs.org/docs/error-decoder.html?invariant=185

You can try the Edge/Firefox browser or AWS CLI for viewing the lambda functions and modifying them as a workaround.

Lambda AWS CLI user guide - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lambda/index.html

Currently, This is a known issue and I can’t comment on the ETA, please keep an eye on our What's New and Blog pages for updates.

Thank you !

AWS
SUPPORT ENGINEER
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions