how to execute lambda function

npx node -r esbuild register run

install lambda-build globally

npm i -g lambda-build

most used libraries

mocha = used to manage tests (suites, scenarios, hooks, etc)

sinon = used to stub some information

axios = for http requests

cheerio = for html content reading aws-sdk/client = for html content reading