v121.0.0
github-actions
released this
29 Jan 19:10
·
49 commits
to master
since this release
@sparticuz/chromium v121.0.0, @sparticuz/chromium-min v121.0.0
The chromium-v121.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-v121.0.0-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v121.0.0-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v121.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v121.0.0-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v121.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 font layer description on README for v119.0.2+ by @fukayatsu in #213
- Update SAM example to v119 and fix readme link by @davidjb in #183
- Chromium 121 by @Sparticuz in #224
New Contributors
- @fukayatsu made their first contribution in #213
Full Changelog: v119.0.2...v121.0.0