Skip to content

Commit 3762a9b

Browse files
author
ajosh0504
committed
Adding callout about serverless URL for local setup
1 parent 4a1b816 commit 3762a9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ db[COLLECTION_NAME]
2929

3030
</div>
3131
</details>
32+
33+
:::caution
34+
If running the lab locally, you will need to manually set the value of the `SERVERLESS_URL` variable as follows:
35+
36+
```python
37+
SERVERLESS_URL = "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/"
38+
```
39+
:::

0 commit comments

Comments
 (0)