๐ Setup prerequisites
Replace any placeholders and run the cells under Step 1: Setup prerequisites section in the notebook.
info
Additional steps if you are running the lab locally:
-
Spin up a MongoDB Atlas cluster and obtain its connection string:
- Register for a free MongoDB Atlas account if you don't already have one
- Create a new database cluster
- Obtain the connection string for your database cluster
-
Set the
MONGODB_URI
variable to the connection string for your cluster as follows:
MONGODB_URI = "<your_connection_string>"
- Manually set the value of the
SERVERLESS_URL
variable as follows:
SERVERLESS_URL = "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/"