Hello, I'm really confused as to how I can take a Python/Jupyter Notebook script and keep the functionality when switching to Lambda.
The code I have right now runs continuously and opens Google Chrome, so I wanted to see if I would have to edit the code before putting it into AWS Lambda.
Sorry if this is a bad question, but I'm really new to this and don't really understand Lambda in the first place.