v119.0.2
github-actions
released this
19 Dec 15:27
·
61 commits
to master
since this release
@sparticuz/chromium v119.0.2, @sparticuz/chromium-min v119.0.2
The chromium-v119.0.2-layer.zip
file may be uploaded directly as a layer in AWS Lambda using the following code
bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v119.0.2-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v119.0.2-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v119.0.2" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v119.0.2-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v119.0.2-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
- Node 20 lambda support by @Sparticuz in #187
- Updated Node 16 and 18 support by @Sparticuz in #187
Special Thanks
- @benasher44 for testing many times
Full Changelog: v119.0.0...v119.0.2