A serverless rest api that scrapes the Miller Center's event records. The only reason this exists is because google scripts does not currently support ntlm as an authentication protocol.
-
Set up a serverless account
-
Set up AWS Credentials
mv config.template.js config.js
Change the config variables for username, password, and domain
npm install
serverless offline start
serverless deploy