This repository provides an AWS Lambda layer that can run Selenium in a headless chromium browser.
Properly configured AWS credentials are also required for SAM to work properly.
To build the layer, run the following:
sam build --use-container
To deploy the layer to an AWS account, run this command, and follow the prompts:
sam deploy --guided
Once the layer is deployed, it can be used in a Lambda function per the documentation.
The layer uses the Python 3.6 runtime, and includes the requestium package for doing Selenium tests.
Pull requests are welcomed. Please review the Contributing Guidelines and the Code of Conduct.
- Jud Neer (judneer@amazon.com)
This project is licensed under the MIT-0 License. See the LICENSE file for details.