CDK utils in a place
Tests for all the added functionalities
-
Clone the repository
git clone [email protected]:vnrag/pl-x-cdk-utils.git
-
Select the module or create a new file({module_name}_utils.py)
-
Add the method/property inside the selected file. We try to make it as generic as possible.
def your_method(param1, param2): ##code you want to add
-
Make some tests based on the need.
-
Push the code.
pip install git+https://[email protected]/vnrag/pl-x-cdk-utils.git