How do I configure pycharm for AWS CDK python project?

I’m trying to setup my jetbrains IDE (pycharm 2021.3 pro) to debug AWS CDK python projects but have not been successful. It's not straight forward because the CDK CLI is a nodejs application and I'm having a hard time making a pycharm configuration that will run the CDK app and debug python code. Has anybody been able to setup a configuration to debugging AWS CDK python projects in pycharm?

2

请先登录再写评论。