Skip to content

Starter Kit for running Headless-Chrome by Puppeteer on Aliyun Function computing

License

Notifications You must be signed in to change notification settings

awesome-fc/puppeteer-fc-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppeteer FC Starter Kit

Starter Kit for running Headless-Chrome by Puppeteer on Aliyun Function computing.

It can use alone and also supported Serverless Framework.

Download

$ git clone -o starter-kit https://github.com/awesome-fc/puppeteer-fc-starter-kit.git your_project_name

Packaging & Deploy

FC's memory needs to be set to at least 512 MB, but the more memory, the better the performance of any operations.

tips: You can use fcli to deploy on FC, see fcli doc

Run on local

By executing SLOWMO_MS=250 npm run local, you can check the operation while actually viewing the chrome (non-headless, slowmo).

chrome in package (recommended)

If you use alone, run npm run package, and deploy the package.zip on FC .

chrome NOT in package

Due to the large size of Chrome, it may exceed the Function computing package size limit (50MB) depending on the other module to include. In that case, put Chrome in OSS and download it at container startup so startup time will be longer.

Run npm run package-nochrome, deploy the package.zip, and set following env valiables on Function computing.

  • CHROME_BUCKET(required): OSS bucket where Chrome is put
  • CHROME_REGION(required): OSS region where Chrome is put
  • CHROME_KEY(optional): OSS key. default: headless_shell.tar.gz

Build Headless-Chrome (optional)

This kit includes Chrome built by myself because official build Chrome installed by Puppeteer has problems about running on Function computing (missing shared library etc.).

If you want to use latest chrome, run chrome/buildChrome.sh on fcli sbox having at least 16GB memory and 30GB volume. See also serverless-chrome. Once you build it, link to headless_shell.tar.gz in chrome dir.

Reference

https://github.com/sambaiz/puppeteer-lambda-starter-kit

About

Starter Kit for running Headless-Chrome by Puppeteer on Aliyun Function computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published