Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 369 Bytes

Lambda MBean Info

Ever wanna know, how the Java environment for your Lambda function is configured? Just use MXBeans and you get know many interesting information.

This AWS Lambda function runs every 5 minutes and reads information from these MXBeans

RuntimeMXBean
MemoryMXBean
OperatingSystemMXBean

and writes them to the log (AWS CloudWatch).