Describe the bug
After a SAM build fails for AWS explorer lamba, it doesn't display the error.
To reproduce
SAM build command failed with no error.Expected behavior
When I run the same command from shell, I actually get a useful error:
% /usr/local/bin/sam build elasticsearchprocessalerts --template "/Users/michaelschem/PycharmProjects/AWS Lambdas/template.yaml" --build-dir "/Users/michaelschem/PycharmProjects/AWS Lambdas/.aws-sam/build"
Building function 'elasticsearchprocessalerts'
Build Failed
Error: PythonPipBuilder:Validation - Binary validation failed for python, searched for python in following locations : ['/usr/bin/python'] which did not satisfy constraints for runtime: python3.7. Do you have python for runtime: python3.7 on your PATH?
Screenshots


Your Environment
Do you have a tree on the left? Due to how IntelliJ builds the tree, the output goes to the parent node.

You are the man, that's def there.
Thank you for reaching out
Most helpful comment
Do you have a tree on the left? Due to how IntelliJ builds the tree, the output goes to the parent node.