cdk-patterns / serverless

This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
https://cdkpatterns.com
MIT License
2.28k stars 272 forks source link

Modified files to update code to CDK V2 from CDK V1 #279

Open khanasif1 opened 1 year ago

khanasif1 commented 1 year ago

Current codebase for lambda-power-tuning (python) is supporting CDK v1. My customer recently tried to use the power tuning tool but failed as post CDK V2 mostly all development teams have updated to CDK V2. I have updated the python project to CDV2, so that all the customers who will be using this in future do not experience any issue. I have test the build it is successful (image attached) Build Success