Is there a way to catch OutOfMemory error in AWS Lambda function (written in Java)?
The error is thrown by the 'main' method thread which I think is not exposed.
Is there a way to catch OutOfMemory error in AWS Lambda function (written in Java)?
The error is thrown by the 'main' method thread which I think is not exposed.