alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.29k stars 363 forks source link

Extract init duration #173

Open Parro opened 1 year ago

Parro commented 1 year ago

Extract Init Duration from Cloudwatch logs for each power values. I pick the first value of the initDurations array because Init Duration is present only in the first invocation.

alexcasalboni commented 1 year ago

Thanks for contributing 🎉🙏

I’ll review this asap (after merging the other PR for a cleaner diff).