Lambdium Versions Save

headless chrome + selenium webdriver in AWS Lambda using the serverless application model

v0.2

6 years ago
  • Support invoking the function from an API Gateway event (POSTing a multipart form upload of a selenium script).

v0.1.2

6 years ago

v0.1.2

  • supports running without a script

v0.1.1

6 years ago
  • Performance enhancements: the session will get reused by default so each function invocation doesn't have to restart chromium and webdriver (this is significantly faster.
  • General cleanup, now using an AWS Cloudwatch-friendly logging library.

0.0.1

6 years ago

Bleeding edge, largely untested 🤘

lambda_function.zip is a packaged, ready-to-go Lambda function for the node6.10 runtime. Recommend at least 256mb of memory.