I have installed the AWS SAM CLI and the AWS toolkit plugin.
I do not understand why the SAM template is suppose to be.
There is a SAM template for node but not python. I tried to create a python project with:
sam init
But the SAM template in pycharm stays empty.
How can I start an python AWS Serverless Application in Pycharm?
