Skip to content

Commit 5175eab

Browse files
author
ajosh0504
committed
Adding note about serverless URL for local setup
1 parent b2e0de7 commit 5175eab

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# 👐 Setup prerequisites
22

3-
Replace any placeholders and run the cells under **Step 1: Setup prerequisites** section in the notebook.
3+
Replace any placeholders and run the cells under **Step 1: Setup prerequisites** section in the notebook.
4+
5+
:::caution
6+
If running the lab locally, you will need to manually set the value of the `SERVERLESS_URL` variable as follows:
7+
8+
```python
9+
SERVERLESS_URL = "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/"
10+
```
11+
:::

0 commit comments

Comments
 (0)