I know this is a vague question. But I have my CDK setup in Python. I want to now carry out unit tests, but with the exploration it seems that relevant libraries aren't available in Python, as in Typescript.
Just trying to understand if anyone has faced such issue? If yes, how did you go about implementing unit tests in TypeScript for Python CDK? Or is there a way to unit test my cloudformation template without doing a cdk deploy
?
I am just a beginner to CDK, Any leads will be appreciated!