An open API service indexing awesome lists of open source software.

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

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.)