Debugging with `invoke local` on PyCharm

I can run Python 3.6 code with the following

serverless invoke local --function functionName

I am looking for help with PyCharm debug configuration so that I can put breakpoints in the function. Thanks.

1 Like

Any solution to this? I’m attempting to setup a similar dev environment and interested on how to breakpoint within pycharm. Most solutions I’ve seen are using node and VSCode.

Any solution for this. Seems like a fundamental feature… need to be able to debug Python functions through SLS.

Please help!

It looks like good solution