Releases: smithclay/lambdium
Releases · smithclay/lambdium
v0.2
- Support invoking the function from an API Gateway event (
POST
ing a multipart form upload of a selenium script).
v0.1.2
v0.1.2
- supports running without a script
v0.1.1
- 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.
Initial Release
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.