Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Boilerplate for use Puppeteer on AWS Lambda

NotificationsYou must be signed in to change notification settings

dbritto-dev/aws-lambda-puppeteer-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🚀 Bootstrap your Puppeteer function within seconds
Basic starter kit for Puppeteer on AWS Lambda

Requirements

Yarn to install npm packages:

npm install -g yarn

Getting started

# 1. Clone the projectgit clone https://github.com/danilobrinu/aws-lambda-puppeteer-bootstrap.git# 2. Navigate to the new projectcd aws-lambda-puppeteer-bootstrap# 3. Install npm packagesyarn install# 4. Code and upload to AWS Lambda# zip the content of the dir and upload to AWS Lambda

Note: If the zip size is more than 10mb you need upload the zip to s3 and use the link in your AWS Lambda

Documentation

Project structure

File name               Description         
├── .editoconfigUse this file to configure your editor
├── .gitignoreUser this file to configure ignore files by git
├── .prettiercUse this file to configure the prettier formatter
├── index.jsThe template for your AWS Lambda function
├── package.jsonThe npm package list
├── README.mdThe documentation
└── yarn.lockThe yarn lock file

Contributing

Your feedback isvery helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself.

About

Boilerplate for use Puppeteer on AWS Lambda

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp