Skip to content

Commit ce44b09

Browse files
committed
Populate CODEOWENRS, baseline package.json and baseline cortex.yaml
1 parent 610e75e commit ce44b09

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
* @jupiterone/integrations-tooling
1+
* @jupiterone/janus
2+
23
CODEOWNERS @jupiterone/security

cortex.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
openapi: 3.0.1
2+
info:
3+
title: playwright-aws-lambda
4+
description: >-
5+
Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud
6+
functions
7+
x-cortex-git:
8+
github:
9+
repository: JupiterOne/playwright-aws-lambda
10+
x-cortex-owners:
11+
- type: group
12+
name: JupiterOne/janus
13+
x-cortex-service-groups: tier-4
14+
x-cortex-tag: playwright-aws-lambda

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"name": "playwright-aws-lambda",
33
"version": "0.10.0",
44
"description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/JupiterOne/playwright-aws-lambda"
8+
},
9+
"license": "MIT",
510
"main": "./dist/src/",
611
"author": "Austin Kelleher, a@alk.im",
7-
"license": "MIT",
812
"publishConfig": {
913
"access": "public"
1014
},

0 commit comments

Comments
 (0)