Skip to content

Commit 0b30e2c

Browse files
author
ajosh0504
committed
Adding note about serverless URL for local setup
1 parent 7b8e80d commit 0b30e2c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/30-dev-env/2-setup-pre-reqs.mdx

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@ db[VS_COLLECTION_NAME]
3535
db[FULL_COLLECTION_NAME]
3636
```
3737
</div>
38-
</details>
38+
</details>
39+
40+
:::caution
41+
If running the lab locally, you will need to manually set the value of the `SERVERLESS_URL` variable as follows:
42+
43+
```python
44+
SERVERLESS_URL = "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/"
45+
```
46+
:::

0 commit comments

Comments
 (0)