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
app.py file.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
The documentation page about this is really lacking. It does not even mention there should be an existing project in the first place, or if so, how to add that. And it is not clear what Handler field excepts either. No idea why I have to type in a method signature manually to locate the handler_function?
Most helpful comment
The documentation page about this is really lacking. It does not even mention there should be an existing project in the first place, or if so, how to add that. And it is not clear what Handler field excepts either. No idea why I have to type in a method signature manually to locate the handler_function?