DEV Community

Cover image for How to Optimize Lambda Memory and CPU

How to Optimize Lambda Memory and CPU

Renato Byrro on July 23, 2019

Using AWS Lambda dramatically changes how we think about computing resources. On EC2, we rent servers by the hour, choosing among types of machine...
Collapse
 
rehanvdm profile image
Rehan van der Merwe

Alternatively to Dashbird, you could use AWS CloudWatch Log Insights to quickly extract and visualize the Lambda memory usage.

Collapse
 
byrro profile image
Renato Byrro

You could indeed, just edited the article pointing out the AWS docs related to time-series and aggregation functions. ;)

Collapse
 
rehanvdm profile image
Rehan van der Merwe

Hehe, yes this technology/field moves so fast. Blink and you miss something. Good article.