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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying the latest version of lambda power tuning using CDK

dzkaraka opened this issue · comments

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.

Thanks for reporting, @dzkaraka 🙏

I've created an issue in the cdk-pattern repo, and I've just opened this PR: cdk-patterns/serverless#250

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

@dzkaraka cdk-patterns/serverless#250 just got merged 👌 🎉

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