Skip to content

Commit

Permalink
[All Collectors]: Upgraded the lambda runtime version from 18 to 20 (a…
Browse files Browse the repository at this point in the history
…lertlogic#371)

* Upgraded the lambda runtime version from 18 to 20
  • Loading branch information
rakhimundhada15 authored Jun 26, 2024
1 parent f5c7de8 commit e8e04ed
Show file tree
Hide file tree
Showing 49 changed files with 341 additions and 341 deletions.
2 changes: 1 addition & 1 deletion collectors/auth0/al-auth0-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/auth0/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Resources:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
38 changes: 19 additions & 19 deletions collectors/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-collector",
"version": "1.1.55",
"version": "1.1.56",
"description": "Alert Logic AWS based Auth0 Log Collector extension",
"repository": {},
"private": true,
Expand All @@ -9,28 +9,28 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.454.0",
"@aws-sdk/client-cloudwatch": "^3.423.0",
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-kms": "^3.441.0",
"@aws-sdk/client-lambda": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sqs": "^3.454.0",
"@aws-sdk/client-ssm": "^3.441.0",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^15.1.0",
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.602.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "17.0.0"
"sinon": "18.0.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "^3.0.10",
"@alertlogic/paws-collector": "2.2.1",
"async": "^3.2.4",
"@alertlogic/al-collector-js": "^3.0.11",
"@alertlogic/paws-collector": "2.2.3",
"async": "^3.2.5",
"auth0": "^3.1.2",
"debug": "^4.3.4",
"moment": "^2.29.4"
"debug": "^4.3.5",
"moment": "^2.30.1"
},
"author": "Alert Logic Inc."
}
2 changes: 1 addition & 1 deletion collectors/carbonblack/al-carbonblack-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/carbonblack/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Resources:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
40 changes: 20 additions & 20 deletions collectors/carbonblack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbonblack-collector",
"version": "1.0.53",
"version": "1.0.54",
"description": "Alert Logic AWS based Carbonblack Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,28 +9,28 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.454.0",
"@aws-sdk/client-cloudwatch": "^3.454.0",
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-kms": "^3.454.0",
"@aws-sdk/client-lambda": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sqs": "^3.454.0",
"@aws-sdk/client-ssm": "^3.454.0",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^15.1.0",
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.602.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^17.0.0"
"sinon": "^18.0.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.2.1",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4",
"test": "^3.2.1"
"@alertlogic/al-collector-js": "3.0.11",
"@alertlogic/paws-collector": "2.2.3",
"async": "^3.2.5",
"debug": "^4.3.5",
"moment": "2.30.1",
"test": "^3.3.0"
},
"author": "Alert Logic Inc."
}
2 changes: 1 addition & 1 deletion collectors/ciscoamp/al-ciscoamp-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/ciscoamp/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Resources:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
38 changes: 19 additions & 19 deletions collectors/ciscoamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciscoamp-collector",
"version": "1.0.52",
"version": "1.0.53",
"description": "Alert Logic AWS based Ciscoamp Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,27 +9,27 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.454.0",
"@aws-sdk/client-cloudwatch": "^3.454.0",
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-kms": "^3.454.0",
"@aws-sdk/client-lambda": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sqs": "^3.454.0",
"@aws-sdk/client-ssm": "^3.454.0",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^15.1.0",
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.602.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^17.0.0"
"sinon": "^18.0.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.2.1",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4"
"@alertlogic/al-collector-js": "3.0.11",
"@alertlogic/paws-collector": "2.2.3",
"async": "^3.2.5",
"debug": "^4.3.5",
"moment": "2.30.1"
},
"author": "Alert Logic Inc."
}
2 changes: 1 addition & 1 deletion collectors/ciscoduo/al-ciscoduo-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/ciscoduo/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Resources:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
40 changes: 20 additions & 20 deletions collectors/ciscoduo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciscoduo-collector",
"version": "1.0.51",
"version": "1.0.52",
"description": "Alert Logic AWS based Ciscoduo Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,28 +9,28 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.454.0",
"@aws-sdk/client-cloudwatch": "^3.454.0",
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-kms": "^3.454.0",
"@aws-sdk/client-lambda": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sqs": "^3.454.0",
"@aws-sdk/client-ssm": "^3.454.0",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^15.1.0",
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.602.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^17.0.0"
"sinon": "^18.0.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.2.1",
"@duosecurity/duo_api": "^1.2.3",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4"
"@alertlogic/al-collector-js": "3.0.11",
"@alertlogic/paws-collector": "2.2.3",
"@duosecurity/duo_api": "^1.4.0",
"async": "^3.2.5",
"debug": "^4.3.5",
"moment": "2.30.1"
},
"author": "Alert Logic Inc."
}
2 changes: 1 addition & 1 deletion collectors/ciscomeraki/al-ciscomeraki-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/ciscomeraki/local/run-sam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRC_SAM_TEMPLATE="${SCRIPT_DIR}/sam-template.yaml"
SRC_ENV_FILE="${SCRIPT_DIR}/${ENV_FILE_NAME}"
SRC_EVENT_FILE="${SCRIPT_DIR}/events/${EVENT_FILE_NAME}"
RUN_DIR=${SCRIPT_DIR}/../
PROFILE_NAME="playground"
PROFILE_NAME=""

exists(){
command -v "$1" >/dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion collectors/ciscomeraki/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Resources:
secret:
dl_s3_bucket_name:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
Expand Down
38 changes: 19 additions & 19 deletions collectors/ciscomeraki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciscomeraki-collector",
"version": "1.0.0",
"version": "1.0.1",
"description": "Alert Logic AWS based Cisco Meraki Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,27 +9,27 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.454.0",
"@aws-sdk/client-cloudwatch": "^3.454.0",
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-kms": "^3.454.0",
"@aws-sdk/client-lambda": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sqs": "^3.454.0",
"@aws-sdk/client-ssm": "^3.454.0",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^15.1.0",
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.602.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^17.0.0"
"sinon": "^18.0.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.2.1",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4"
"@alertlogic/al-collector-js": "3.0.11",
"@alertlogic/paws-collector": "2.2.3",
"async": "^3.2.5",
"debug": "^4.3.5",
"moment": "2.30.1"

},
"author": "Alert Logic Inc."
Expand Down
2 changes: 1 addition & 1 deletion collectors/crowdstrike/al-crowdstrike-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs18.x"
"value": "nodejs20.x"
}
}
2 changes: 1 addition & 1 deletion collectors/crowdstrike/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Resources:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Runtime: nodejs20.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
Loading

0 comments on commit e8e04ed

Please sign in to comment.