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.27k stars 362 forks source link

Added CDK/TypeScript folder which contains CDKv2 code. #230

Closed Anirudh1612 closed 4 months ago

Anirudh1612 commented 5 months ago

Added CDK/TypeScript folder which contains CDKv2 code to provision lambda power tuner.

Anirudh1612 commented 5 months ago

@alexcasalboni I have updated the the-lambda-power-tuner.test.ts file. It was not reflecting CDKv2, updated and tested the new code and it works fine now. Also I have removed README.md file. Will review the other changes suggested and push a new commit later.