proteus-puppeteer

1.0.5 • Public • Published

Proteus-Puppeteer

This repo contains a chromium binary, version 73.0.3679.0, that works with AWS Lambda's Linux AMI It also includes puppeteer-core as a depedency, a tool used to interface with Chromium using the devtools protocol

Usage

Installation

npm install proteus-puppeteer --save

Add this module as a dependency to your lambda and package it up and upload to Lambda. Remember the 50 mb package size limit. If your package size is larger, you will need to zip up your project to S3 and reference your lambda from there (up to 250 mb).

To use this binary with Puppeteer, simply point your puppeteer executable launch path to the "headless-shell" binary located in this node module.

Readme

Keywords

none

Package Sidebar

Install

npm i proteus-puppeteer

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

125 MB

Total Files

5

Last publish

Collaborators

  • mrgovindrai