This CDK project deploys AWS Lambda Power Tuning using Python.
You can use the project as a standalone or reuse it within your own CDK projects.
See here.
To manually create a virtualenv on MacOS and Linux:
$ python -m venv .venv
After the init process completes and the virtualenv is created, you can use the following step to activate your virtualenv.
$ source .venv/bin/activate
If you are on Windows platform, you would activate the virtualenv like this:
% .venv\Scripts\activate.bat
Once the virtualenv is activated, you can install the required dependencies.
$ pip install -r requirements.txt
pytest
test this appcdk deploy
deploy this app