You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you deploy code to lambda that has a syntax error, iirc it becomes a runtime Internal Server Error to the client request.
but deploying a lambda with this code will cause the worker process to crash.
curiously, it crashes on the first request.
reading the code, I see that each worker loads all lambdas. That means that one broken lambda breaks everything.
The text was updated successfully, but these errors were encountered:
if you deploy code to lambda that has a syntax error, iirc it becomes a runtime Internal Server Error to the client request.
but deploying a lambda with this code will cause the worker process to crash.
curiously, it crashes on the first request.
reading the code, I see that each worker loads all lambdas. That means that one broken lambda breaks everything.
The text was updated successfully, but these errors were encountered: