- Notifications
You must be signed in to change notification settings - Fork0
dbritto-dev/aws-lambda-puppeteer-bootstrap
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
🚀 Bootstrap your Puppeteer function within seconds
Basic starter kit for Puppeteer on AWS Lambda
Yarn to install npm packages:
npm install -g yarn
# 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
| File name | Description |
|---|---|
├── .editoconfig | Use this file to configure your editor |
├── .gitignore | User this file to configure ignore files by git |
├── .prettierc | Use this file to configure the prettier formatter |
├── index.js | The template for your AWS Lambda function |
├── package.json | The npm package list |
├── README.md | The documentation |
└── yarn.lock | The yarn lock file |
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
