Serverless Framework Extension for VS CodeThis extension enables an integration of Serverless projects with VSCode. It allows exploration and debugging of serverless functions InstallationIn order to install an extension you need to open the extension palette and search for serverless-vscode. You can then install it. That means, that Serverless must be a development dependency of the project itself. A subsequent version of the extension will also support the globally installed Serverless framework and a configuration for that. UsageThe Serverless outlineAs soon as you have added a Serverless project to your workspace, you can select the Variable resolution (Resolve)Variable resolution is performed by the serverless framework. It is recommended that you use the
Adding Test CasesUnder each function are the Debug functionDebugs the selected function's test with |