July 5, 2022
Using VSCode to Debug NodeJS Serverless Applications Offline
When developing serverless applications, it's best to debug in the cloud as much as possible. If you are developing in the AWS Cloud, you are most likely using IaC to deploy your application. Let's see how to set up a VSCode to debug your framework.
Lean More