Debug dotnet core 2.0 AWS Lambda Functions in VS Code (C#)
问题 I'm using VS Code to write Lambda functions using the dotnet core 2.0 CLI. VS Code v1.24.1 dotnet Core CLI v2.1.200 Problem I can't get the debugger to work locally with the function I've written in VS Code. I place a breakpoint on the line var body = request?.Body; (See Function.cs code block below). When I then click the start debugging button in the Debug tab in VS Code, I get the following: ------------------------------------------------------------------- You may only use the Microsoft