Skip to content

PyCharm: Can't create new Lambda function from app.py file #907

Open
@ghost

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

  1. Open PyCharm.
  2. File, New Project.
  3. AWS Serverless Application, use default project settings, Create, This Window.
  4. Open app.py file.
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugWe can reproduce the issue and confirmed it is a bug.documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions