Puppeteer Lambda Starter Kit

screenshot of Puppeteer Lambda Starter Kit

Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.

Overview

The Puppeteer Lambda Starter Kit is a tool designed to run the Headless-Chrome web browser using Puppeteer on AWS Lambda. It can be used independently or with the Serverless Framework. The kit provides a simple and convenient way to deploy and manage Headless-Chrome on AWS Lambda.

Features

  • Use alone: Run Headless-Chrome independently without the need for an IAM role.
  • Use with Serverless Framework: Manage settings and deployment using the Serverless Framework.
  • Run on local: Test the operation of Headless-Chrome locally by viewing the non-headless version with slow motion enabled.

Summary

The Puppeteer Lambda Starter Kit is a useful tool for running Headless-Chrome using Puppeteer on AWS Lambda. It provides flexibility by allowing the option to use it alone or with the Serverless Framework. The installation process is straightforward and provides alternative options for including Chrome based on the specific requirements and constraints.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.