chromium VS chrome-aws-lambda-layer

Compare chromium vs chrome-aws-lambda-layer and see what are their differences.

chromium

Chromium (x86-64) for Serverless Platforms (by Sparticuz)

chrome-aws-lambda-layer

58 MB Google Chrome to fit inside AWS Lambda Layer compressed with Brotli (by shelfio)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
chromium chrome-aws-lambda-layer
3 5
771 595
- 1.8%
8.5 7.6
17 days ago 28 days ago
TypeScript Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

chromium

Posts with mentions or reviews of chromium. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-25.
  • Building a Serverless Reader View with Lambda and Chrome
    5 projects | dev.to | 25 Sep 2023
    The most crucial question was, of course, how to run Chrome on Lambda. Fortunately, much of the groundwork for running Chrome on Lambda had been laid by others. I used the @sparticuz/chromium package to run Chromium in headless mode. However, Chromium is a rather big dependency, so to speed up deployments, I created a Lambda Layer.
  • Lambdas vs EC2
    4 projects | /r/aws | 23 Mar 2023
    The package you linked seems abandoned. It was last updated in September 2021. However, In the PRs, I found a link to a package (deprecated) which links to another package -> https://github.com/Sparticuz/chromium This one looks maintained with the last commit bumping the chromium to 111

chrome-aws-lambda-layer

Posts with mentions or reviews of chrome-aws-lambda-layer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-23.
  • Lambdas vs EC2
    4 projects | /r/aws | 23 Mar 2023
  • Create PDF documents with AWS Lambda + S3 with NodeJS and Puppeteer
    5 projects | dev.to | 14 Aug 2021
    This repository hosts a Community Lambda Layer so we can use it directly on our function. At this time the latest version is 24
  • chrome binary not found aws lambda
    2 projects | /r/aws | 18 Jul 2021
    Have you installed a Chrome / Chromium binary as a Lambda layer (e.g. this layer)? Chrome isn't included by default.
  • Vapor custom Docker image + Browsershot
    3 projects | /r/laravel | 20 Jun 2021
    FROM laravelphp/vapor:php74 RUN apk update && apk add --no-cache curl unzip WORKDIR /opt RUN curl -sSL https://github.com/shelfio/chrome-aws-lambda-layer/raw/master/chrome_aws_lambda.zip --output chrome_aws_lambda.zip RUN unzip chrome_aws_lambda.zip -d /opt RUN rm chrome_aws_lambda.zip RUN curl -sSL https://github.com/lambci/node-custom-lambda/raw/master/v12.x/layer.zip --output node-custom-lambda.zip RUN unzip node-custom-lambda.zip -d /opt/node-custom-lambda RUN cp -avr /opt/node-custom-lambda/bin /opt/bin RUN rm node-custom-lambda.zip && rm -rf node-custom-lambda WORKDIR / COPY . /var/task
  • Using AWS Lambda and Slack to find Xbox Series X stock, so you don't have to
    10 projects | dev.to | 28 Dec 2020
    Puppeteer automates Chromium browsers (headless and non-headless), but can Chromium run in a Lambda function? Not without some great work from the community to create a Chrome build for the AWS Lambda runtime. There’s also a Lambda layer solution for this too, although I haven’t tried this approach yet. Another great feature of this package is that it runs headless when running in Lambda and non-headless when running locally - so it’s frictionless to develop, test and run your scripts.

What are some alternatives?

When comparing chromium and chrome-aws-lambda-layer you can also consider the following projects:

chrome-aws-lambda - Chromium Binary for AWS Lambda and Google Cloud Functions

ghostscript-lambda-layer - Ghostscript AWS Lambda layer

jsdom - A JavaScript implementation of various web standards, for use with Node.js

browsershot - Convert HTML to an image, PDF or string

lambda-readability - Reader View build with Lambda and Readability

readability - A standalone version of the readability lib

serverless-pdf-generator

SponsorBlock - Skip YouTube video sponsors (browser extension)

puppeteer-login-demo

puppeteer - Node.js API for Chrome

lambda-surf - Automate surfing the web with AWS Lambda and Slack.