AWS Lambda – Local Debugging with VSCode
Developing AWS Lambda functions forces you most of the time to write, inspect and debug your code directly on the AWS Management Console. If you are in that position, but would like to completely switch to your VS Code IDE for the developing and testing process, this article can bring you one step further with …