Failed to invoke success callback - java.lang.IllegalArgumentException: No node at '/Properties/Code' (unmatched part: '/Code') #2449
Labels
bug
We can reproduce the issue and confirmed it is a bug.
Hi,
I am new to AWS functionalities. I followed the guide in order to be able to install the AWS toolkit.
My objective would be to use locally the lambda function to debug.
I am using
I tried to use the HelloWorldFunction template to test the functionalities and modified the function to import a layer from my amazon account.
When I execute the program locally using the terminal
sam build --template --template.yaml
then
sam local invoke -e events\event.json
Everything works fine :
However, when I try to run the Lambda with the AWS Lambda plugin configuration in PyCharm
Also, I can't stop or rerun the program, but I think this bug is already reported.
Thank you for the help,
Régis
The text was updated successfully, but these errors were encountered: