How to get heap dump on s3 location after getting OOM exception in aws lambda function

0

I can store hprofile heap file whenever there is a OOM exception in java application. So I want similar type solution in aws lambda that whenever any OOM exception occur during running java application jar in aws lambda, heap file will stored in s3 location. So that it can be used for further analysis.

asked 2 years ago106 views
No Answers

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