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

Deploying the latest version of lambda power tuning using CDK #156

Closed dzkaraka closed 2 years ago

dzkaraka commented 2 years ago

Hello! :)

When following the deployment steps here: https://github.com/alexcasalboni/aws-lambda-power-tuning/blob/master/README-DEPLOY.md#option-3-deploy-the-aws-sar-app-with-aws-cdk, it does not refer to the latest version of the aws lambda power tuning.

It seems like it is referring to 3.4.0 by default: Screenshot from 2022-01-21 17-05-59

Is there a way to update the semanticVersion to the latest? (except manually updating it) It might help people with debugging things that have been fixed since 3.4.0 :) and miss the semanticVersion step.

alexcasalboni commented 2 years ago

Thanks for reporting, @dzkaraka 🙏

I've created an issue in the cdk-pattern repo, and I've just opened this PR: https://github.com/cdk-patterns/serverless/pull/250

I'll close this issue once the PR is merged.

alexcasalboni commented 2 years ago

@dzkaraka https://github.com/cdk-patterns/serverless/pull/250 just got merged 👌 🎉

I'm closing this issue. Please feel free to reopen, if needed.