Debugging AWS Lambda and taking memory dumps
Recently I was debugging a memory leak in a Java 11 code running in AWS Lambda. Here are two tricks you may find useful if you need to do similar. Taking a memory dump There is no direct way to take a dump from outside of the lambda. You can use the following code and … Continue reading Debugging AWS Lambda and taking memory dumps