# install dependancies
npm i
# run locally
npm run dev
# OR build function with its dependencies
npm run build
Simple web scrapping function example made with netlify function service (AWS Lambda under the hood) and netlify-lambda for building functions with their dependencies.
- reduce number of dependencies ¯\(ツ)/¯