Local Development with AWS Lambda and NestJS: Docker Debugging and Hot Reload

<p>If you&rsquo;ve ever worked with C#, Azure Functions, and Visual Studio, you know the comfort. Click here, debug there, drop in Docker with a single click &mdash; it&rsquo;s smooth sailing. Visual Studio does a lot behind the scenes, making our dev life so easy.</p> <p>But step into AWS Lambdas and Node.js, and the scene changes. Suddenly, things aren&rsquo;t handed to you on a silver platter. You&rsquo;re configuring, tweaking, and piecing together bits to make things click.</p> <p>In this guide, we&rsquo;re diving into that setup. How to integrate NestJS and AWS Lambda, dockerize it, and even get debugging and hot reload to play nicely inside Docker &mdash; all to mimic the ease Visual Studio provides for Azure Functions, but in the Node.js and AWS domain.</p> <p><a href="https://medium.com/@venya-brodetskiy/local-development-with-aws-lambda-and-nestjs-docker-debugging-and-hot-reload-e9c75fb0c6c4"><strong>Click Here</strong></a></p>
Tags: Debugging hot