Open

Description
Describe the bug
After I open my new project's app.py
file, I can't figure out how to create a new AWS Lambda function from there.
To reproduce
- Open PyCharm.
- File, New Project.
- AWS Serverless Application, use default project settings, Create, This Window.
- Open
app.py
file. - Can't figure out how to create a new AWS Lambda function from here.
Expected behavior
Next to def lambda_handler(event, context):
, when I click the Lambda icon in the gutter, I expect to see an option that I can choose to create a new AWS Lambda function. (I can do something similar in IntelliJ.)
Your Environment
- OS: Ubuntu Server 18.04.2 LTS
- JetBrains' Product: PyCharm
- JetBrains' Product Version: 2019.1
- Toolkit Version: 1.3-EAP.2019.04.11
- SAM CLI Version: 0.14.2
- JVM/Python Version: 3.6.7