Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 343db56

Browse files
fixed linting error
1 parent c4ecea8 commit 343db56

File tree

1 file changed

+4
-0
lines changed
  • content/en/user-guide/lambda-tools/hot-reloading

1 file changed

+4
-0
lines changed

content/en/user-guide/lambda-tools/hot-reloading/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ MacOS may prompt you to grant Docker access to your target folders.
4242

4343
**WSL2-compatible paths required with Rancher Desktop on Windows:**
4444
Make sure your Lambda handler paths are specified using WSL2-compatible paths. For example, instead of using a Windows-style path such as:
45+
4546
```bash
4647
C:\Users\myuser\projects\lambda\handler.py
4748
```
49+
4850
Use the corresponding WSL-style path:
51+
4952
```bash
5053
/mnt/c/Users/myuser/projects/lambda/handler.py
5154
```
55+
5256
This ensures that LocalStack can properly mount and watch your Lambda code inside the container when running under WSL2.
5357

5458
**Layer limit with hot reloading for layers:**

0 commit comments

Comments
 (0)