We have been developing AWS Lambda functions in Node JS for a few months. Can we debug, i.e. step through the Node JS code as we can with .Net C# code in Visual Studio?
You cannot debug the lambda code like you do in VS but you can invoke some test data and check everything is fine.