Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @jupiterone/integrations-tooling
* @jupiterone/janus

CODEOWNERS @jupiterone/security
14 changes: 14 additions & 0 deletions cortex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
openapi: 3.0.1
info:
title: playwright-aws-lambda
description: >-
Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud
functions
x-cortex-git:
github:
repository: JupiterOne/playwright-aws-lambda
x-cortex-owners:
- type: group
name: JupiterOne/janus
x-cortex-service-groups: tier-4
x-cortex-tag: playwright-aws-lambda
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "playwright-aws-lambda",
"version": "0.10.0",
"description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/playwright-aws-lambda"
},
"license": "MIT",
"main": "./dist/src/",
"author": "Austin Kelleher, a@alk.im",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down