My function uses BeautifulSoup and Tabula packages to scrape data from websites. Included both “bs4” and “tabula” to the requirements.txt file before deploying to serverless AWS Lambda.
When testing the Lambda function, I get this error “Unable to import module ‘handler’: No module named ‘bs4’”