playwright-aws-lambda
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "playwright-aws-lambda", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/", |
# playwright-aws-lambda | ||
Support for PlayWright running on AWS Lambda and Google Cloud Functions | ||
Support for PlayWright running on AWS Lambda and Google Cloud Functions. | ||
NOTE: Currently only Chromium is supported. | ||
## Install | ||
```shell | ||
npm install playwrite-core playwright-aws-lambda --save | ||
npm install playwright-core playwright-aws-lambda --save | ||
``` | ||
@@ -32,3 +34,3 @@ | ||
} catch (error) { | ||
throw err; | ||
throw error; | ||
} finally { | ||
@@ -42,2 +44,8 @@ if (browser !== null) { | ||
## API | ||
| Method / Property | Returns | Description | | ||
| ----------------- | ---------------------------------------- | ------------------------------ | | ||
| `launchChromium` | `{!Promise<playwright.ChromiumBrowser>}` | Launches the Chromium browser. | | ||
## Thanks / Credits | ||
@@ -44,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43280029
53
3