v113.0.1
·
138 commits
to master
since this release
@sparticuz/chromium v113.0.1, @sparticuz/chromium-min v113.0.1
The chromium-v113.0.1-layer.zip
file may be uploaded directly as a layer in AWS Lambda using the following code
bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v113.0.1-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v113.0.1-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v113.0.1" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v113.0.1-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v113.0.1-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
- add netlify env check by @Sparticuz in #98
Full Changelog: v113.0.0...v113.0.1