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

Need to support Lambda version #185

Closed ah3185 closed 1 year ago

ah3185 commented 1 year ago

if ARN for versioned Lambda is specified, the tool will fail, at least with Step Function console

alexcasalboni commented 1 year ago

Here's a screen recording of the initial bug report:

https://user-images.githubusercontent.com/2457588/216347981-e779f25e-22bf-4df0-9817-1ea9355b591c.mov

I could not reproduce this error and it seems like a (transient) Lambda bug that isn't happening anymore.

Please do re-open this in case it happens again.