@sparticuz/chromium v132.0.0, @sparticuz/chromium-min v132.0.0
The chromium-v132.0.0-layer.zip
file may be uploaded directly as a layer in AWS Lambda using the following code
bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v132.0.0-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v132.0.0-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v132.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v132.0.0-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v132.0.0-pack.tar
file may be uploaded to any https endpoint and the remote location may be used as the input
variable in the chromium.executablePath(input)
function.
What's Changed
- Update to chromium 132 by @Sparticuz in #335
- The 'setHeadlessMode' option has been deprecated and will be removed in @sparticuz/[email protected]
chrome-headless-shell
does not and will not be supporting the 'new' headless mode.
Full Changelog: v131.0.1...v132.0.0