Original Library:
https://github.com/joytocode/lighthouse-lambda
Problem:
Stops working after Node 8.10 (Can't even spin up Node8.10 on AWS anymore)and Lighthouse 3.1
My Solution:
https://github.com/AlanSwenson/lighthouse-lambda
- Fork that uses chrome-aws-lambda instead of @serverless-chrome/lambda/dist/headless-chromium
- Works on Node 10 and 12 uses Lighthouse 5.6
- Updated Packages with Known Vulnerabilities
Notes:
- Still needs updated Readme
Questions:
What do I do now to 'Polish' this update?
What if it doesn't get merged to the original repo?
Does is make sense to add a Makefile for docker commands/ testing?
Original Library:
https://github.com/joytocode/lighthouse-lambda
Problem:
Stops working after Node 8.10 (Can't even spin up Node8.10 on AWS anymore)and Lighthouse 3.1
My Solution:
https://github.com/AlanSwenson/lighthouse-lambda
Notes:
Questions:
What do I do now to 'Polish' this update?
What if it doesn't get merged to the original repo?
Does is make sense to add a Makefile for docker commands/ testing?