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.41k stars 373 forks source link

lumigo-cli no longer maintained #193

Closed gliptak closed 1 year ago

gliptak commented 1 year ago

https://github.com/lumigo-io/lumigo-CLI

will it stay a deployment option?

alexcasalboni commented 1 year ago

Very good point!

I'll remove "Option 4" from here: https://github.com/alexcasalboni/aws-lambda-power-tuning/blob/master/README-DEPLOY.md

And maybe just leave a quick reference with a "deprecated" warning:

If you don't want to deal with any Infrastructure as Code tool, you can use one of the following:

  1. The Lumigo CLI (WARNING: deprecated)
  2. The Lambda Power Tuner UI

Thank you for flagging this, @gliptak!

alexcasalboni commented 1 year ago

Done 👌