Serverless job scraping function built with architect.
npm install @architect/workflows
npm install
export AWS_PROFILE=YOUR_PROFILE
export AWS_REGION=YOUR_AWS_REGION
npx create
Run this to deploy .arc-config
to your Lambdas: npx config
npx env production EMAIL example@gmail.com
npx env production PASSWORD example
Run this to update and install all the node_modules
in src/
: npx hydrate
ARC_DEPLOY=production npx deploy
or ARC_DEPLOY=staging npx deploy