playwright-aws-lambda-example
playwright-aws-lambda-example copied to clipboard
An example project for running Playwright on AWS Lambda using the newly released features of using custom container images as Lambda functions.
Results
1
playwright-aws-lambda-example issues
Sort by
recently updated
recently updated
newest added
Hi Thanks for the great tutorial. when I try running the Lambda function, I get this error { "errorMessage": "RequestId: '' Error: fork/exec /entrypoint.sh: exec format error", "errorType": "Runtime.InvalidEntrypoint" }...