Skip to content
Get Started for Free
Starting on March 23, 2026, LocalStack for AWS will consolidate into a single image that requires authentication. Learn more about what’s changing and what this means for your setup in this blog post.

Overview

LocalStack’s Lambda Tools offer a set of utilities to streamline the local development, testing, and debugging of AWS Lambda functions. Emulating Lambda behavior on your machine lets you skip cloud deployments and iterate faster in a fully local environment.

These tools are designed to shorten feedback loops and improve the developer experience with features like:

  • IDE debugging: Attach a debugger to your running Lambda function, set breakpoints, inspect variables, and step through code.

  • Hot reload: Automatically apply code changes without needing to redeploy the function, enabling rapid iteration.

  • LocalStack Toolkit for VSCode: The LocalStack Toolkit for VS Code enables you to install, configure, and run LocalStack without leaving VS Code.