First off thank you for answering my post. What i'm trying to do is run: sam local invoke -d [port number] [lambda function] in a separate terminal then connect with my lambda function within the pycharm debugger for the purpose of stepping through my code, etc. I know there is a python-remote debug configuration but i have been unsuccessful in connecting with sam local debugger. Do you have any recommendations?. Every time i try to connect with it it says 'can't connect to 0.0.0.0:[port number]'. Thank you again.
I'm guessing you are using AWS Toolkit plugin?
It's not developed by JetBrains so we can't guarantee its stability.
If you have general debugging issues (not related to any 3rd party plugin) please provide more details so we can have a clearer picture.
First off thank you for answering my post. What i'm trying to do is run: sam local invoke -d [port number] [lambda function] in a separate terminal then connect with my lambda function within the pycharm debugger for the purpose of stepping through my code, etc. I know there is a python-remote debug configuration but i have been unsuccessful in connecting with sam local debugger. Do you have any recommendations?. Every time i try to connect with it it says 'can't connect to 0.0.0.0:[port number]'. Thank you again.