This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Lambda handler dropdown in random order #122
Open
Description
I have multiple lambdas in a single project. When I right-click on one of the lambda handler files in Project Explorer and choose "Upload function to AWS Lambda...", the "Select the Handler" dropdown contains handlers in seemingly arbitrary order. It would be nice if the handler was preselected based on the file I right-clicked, as I keep a single lambda handler per file. Also, please consider sorting the handler list alphabetically.