RafalWilinski / serverless-puppeteer-layers

Serverless Framework + AWS Lambda Layers + Puppeteer = ❤️
https://dynobase.com
274 stars 36 forks source link

Excluding local chromium when packaging. #9

Closed vuk-nikolic closed 5 years ago

vuk-nikolic commented 5 years ago

This way no need to use PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1. Normal npm i and serverless invoke local -f would work as well as live for AWS when using headless_shell.

yankeeinlondon commented 5 years ago

Can we get this merged in? Seems a good insurance policy to avoid the risk of installing chromium cruft.

RafalWilinski commented 5 years ago

Thanks @vuk-nikolic !