Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Review of Forked Library Lighthouse-Lambda #32

Open
AlanSwenson opened this issue Mar 12, 2020 · 1 comment
Open

Code Review of Forked Library Lighthouse-Lambda #32

AlanSwenson opened this issue Mar 12, 2020 · 1 comment

Comments

@AlanSwenson
Copy link

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?

@jonasbuckner
Copy link

I don't know enough about Node or Lambda to review, but this might be helpful: if you're asking for a third-party to review changes you've made on Github, you can use https://github.com/<account>/<repo>/compare/<commit1>..<commit2>?diff=split

In this case:
https://github.com/AlanSwenson/lighthouse-lambda/compare/a96a78f467792ffbba87ad54ec88a257505849d7...eb3a9d90da35cd236f6ab29dea18acc1902d0dd9?diff=split

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants