|
|
@ -19,6 +19,8 @@ const { AWS_LAMBDA_FUNCTION_NAME, CHROMIUM_BIN, CHROMIUM_DATA_DIR } =
|
|
|
|
let puppeteer
|
|
|
|
let puppeteer
|
|
|
|
let chromiumArgs = [
|
|
|
|
let chromiumArgs = [
|
|
|
|
'--no-sandbox',
|
|
|
|
'--no-sandbox',
|
|
|
|
|
|
|
|
'--single-process',
|
|
|
|
|
|
|
|
'--no-zygote',
|
|
|
|
'--disable-gpu',
|
|
|
|
'--disable-gpu',
|
|
|
|
'--ignore-certificate-errors',
|
|
|
|
'--ignore-certificate-errors',
|
|
|
|
'--allow-running-insecure-content',
|
|
|
|
'--allow-running-insecure-content',
|
|
|
|