stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
492 stars 102 forks source link

Add Support to optionally run Browsershot on AWS Lambda #369

Closed stefanzweifel closed 2 years ago

stefanzweifel commented 2 years ago

This PR adds another Browser implementation to run Browsershot on AWS Lambda. Under the hood we use the wnx/sidecar-browsershot package I've helped to created.

To learn more how to set this Browser up, check out the docs:

By default the ChromeBrowser is still used. AwsBrowser can be enabled by setting SCREEENLY_USE_AWS_LAMBDA_BROWSER=true.