https://github.com/vikashloomba/aws-lambda-docker-playwright
Playwright running on a Lambda Docker Image Function
https://github.com/vikashloomba/aws-lambda-docker-playwright
aws aws-lambda lambda-docker playwright-docker
Last synced: 5 months ago
JSON representation
Playwright running on a Lambda Docker Image Function
- Host: GitHub
- URL: https://github.com/vikashloomba/aws-lambda-docker-playwright
- Owner: VikashLoomba
- License: apache-2.0
- Created: 2020-12-16T21:01:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T02:18:43.000Z (about 5 years ago)
- Last Synced: 2023-02-28T04:51:48.182Z (almost 3 years ago)
- Topics: aws, aws-lambda, lambda-docker, playwright-docker
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This repo contains the code needed to run Playwright on Lambda with a Docker Container. Just build and tag the image, upload to ECR, create a new lambda function with the image with an API Gateway (HTTP), and in the lambda console choose the latest image for deployment.
Example: https://am3uzqwad1.execute-api.us-west-2.amazonaws.com/default/playwright-image?url=https://example.com (You can change the URL query param)
(Please use the discussions page for questions/comments/etc.)