-
Is there any way we can obtain information about memory usage, similar to the CloudWatch log output below?
We need this metric value to report to our server. |
Beta Was this translation helpful? Give feedback.
Answered by
bnusunny
Oct 23, 2024
Replies: 1 comment
-
You can enable Lambda Insight to get these Metrics. If you don't want to use Lambda Insight, you can create a Telemetry Extension to receive these metrics from Lambda and send to your server. The platform.report is the one you will get the data. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
holicc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can enable Lambda Insight to get these Metrics.
If you don't want to use Lambda Insight, you can create a Telemetry Extension to receive these metrics from Lambda and send to your server.
The platform.report is the one you will get the data.