Skip to content

Commit 87efb38

Browse files
committed
Updating lambda runtime of guardduty and guardduty benchmark sam app
1 parent 56e8478 commit 87efb38

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

cloudwatchevents/guardduty/cloudwatchevents.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
]
8686
},
8787
"Timeout": 300,
88-
"Runtime": "nodejs14.x"
88+
"Runtime": "nodejs18.x"
8989
}
9090
},
9191
"CloudWatchEventFunctionCloudWatchEventTriggerPermission": {

cloudwatchevents/guardduty/packaged.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Metadata:
2323
- cloudwatchevents
2424
- guardduty
2525
Name: sumologic-guardduty-events-processor
26-
LicenseUrl: s3://appdevstore/GuardDuty/v1.0.3/6092dd6c323e33634657102f570628e0
27-
ReadmeUrl: s3://appdevstore/GuardDuty/v1.0.3/9d217c45b3ababadef584aee27d4d607
28-
SemanticVersion: 1.0.3
26+
LicenseUrl: s3://appdevstore/GuardDuty/v1.0.4/6092dd6c323e33634657102f570628e0
27+
ReadmeUrl: s3://appdevstore/GuardDuty/v1.0.4/9d217c45b3ababadef584aee27d4d607
28+
SemanticVersion: 1.0.4
2929
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchevents/guardduty
3030
SpdxLicenseId: Apache-2.0
3131
Parameters:
@@ -35,9 +35,9 @@ Resources:
3535
CloudWatchEventFunction:
3636
Type: AWS::Serverless::Function
3737
Properties:
38-
CodeUri: s3://appdevstore/GuardDuty/v1.0.3/58c7f17decc811a6e8904a19a9f844a1
38+
CodeUri: s3://appdevstore/GuardDuty/v1.0.4/22b7b226ca9ec3b9dbb28b94c0e5f824
3939
Handler: cloudwatchevents.handler
40-
Runtime: nodejs14.x
40+
Runtime: nodejs18.x
4141
Environment:
4242
Variables:
4343
SUMO_ENDPOINT:
@@ -49,6 +49,8 @@ Resources:
4949
Pattern:
5050
source:
5151
- aws.guardduty
52+
Metadata:
53+
SamResourceId: CloudWatchEventFunction
5254
Outputs:
5355
CloudWatchEventFunction:
5456
Description: CloudWatchEvent Processor Function ARN

cloudwatchevents/guardduty/template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Metadata:
2323
Name: sumologic-guardduty-events-processor
2424
LicenseUrl: ../LICENSE
2525
ReadmeUrl: ./README.md
26-
SemanticVersion: 1.0.3
26+
SemanticVersion: 1.0.4
2727
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchevents/guardduty
2828
SpdxLicenseId: Apache-2.0
2929

@@ -38,7 +38,7 @@ Resources:
3838
Properties:
3939
CodeUri: ../src/
4040
Handler: cloudwatchevents.handler
41-
Runtime: nodejs14.x
41+
Runtime: nodejs18.x
4242
Environment:
4343
Variables:
4444
SUMO_ENDPOINT: !Ref SumoEndpointUrl

cloudwatchevents/guarddutybenchmark/packaged.yaml

+15-5
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Metadata:
5353
- benchmark
5454
- guardduty
5555
Name: sumologic-guardduty-benchmark
56-
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.11/6092dd6c323e33634657102f570628e0
57-
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.11/cab012d7fb7887671b751e6f5c0d2062
58-
SemanticVersion: 1.0.11
56+
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.12/6092dd6c323e33634657102f570628e0
57+
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.12/cab012d7fb7887671b751e6f5c0d2062
58+
SemanticVersion: 1.0.12
5959
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchevents/guarddutybenchmark
6060
SpdxLicenseId: Apache-2.0
6161
Parameters:
@@ -96,7 +96,7 @@ Parameters:
9696
Resources:
9797
CloudWatchEventFunction:
9898
Properties:
99-
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.11/58c7f17decc811a6e8904a19a9f844a1
99+
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.12/22b7b226ca9ec3b9dbb28b94c0e5f824
100100
Environment:
101101
Variables:
102102
SUMO_ENDPOINT:
@@ -111,14 +111,18 @@ Resources:
111111
- aws.guardduty
112112
Type: CloudWatchEvent
113113
Handler: cloudwatchevents.handler
114-
Runtime: nodejs14.x
114+
Runtime: nodejs18.x
115115
Type: AWS::Serverless::Function
116+
Metadata:
117+
SamResourceId: CloudWatchEventFunction
116118
SumoAppUtils:
117119
Type: AWS::Serverless::Application
118120
Properties:
119121
Location:
120122
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
121123
SemanticVersion: 2.0.6
124+
Metadata:
125+
SamResourceId: SumoAppUtils
122126
SumoHostedCollector:
123127
Type: Custom::Collector
124128
Properties:
@@ -139,6 +143,8 @@ Resources:
139143
Ref: SumoAccessKey
140144
SumoDeployment:
141145
Ref: SumoDeployment
146+
Metadata:
147+
SamResourceId: SumoHostedCollector
142148
SumoHTTPSource:
143149
Type: Custom::HTTPSource
144150
Properties:
@@ -166,6 +172,8 @@ Resources:
166172
Ref: SumoDeployment
167173
DateFormat: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
168174
DateLocatorRegex: .*"updatedAt":"(.*)".*
175+
Metadata:
176+
SamResourceId: SumoHTTPSource
169177
SumoGuardDutyBenchmarkApp:
170178
Type: Custom::App
171179
Properties:
@@ -188,6 +196,8 @@ Resources:
188196
Ref: SumoAccessKey
189197
SumoDeployment:
190198
Ref: SumoDeployment
199+
Metadata:
200+
SamResourceId: SumoGuardDutyBenchmarkApp
191201
Outputs:
192202
CloudWatchEventFunction:
193203
Description: CloudWatchEvent Processor Function ARN

cloudwatchevents/guarddutybenchmark/template_v2.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Metadata:
5656
Name: sumologic-guardduty-benchmark
5757
LicenseUrl: ../LICENSE
5858
ReadmeUrl: ./README.md
59-
SemanticVersion: 1.0.11
59+
SemanticVersion: 1.0.12
6060
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchevents/guarddutybenchmark
6161
SpdxLicenseId: Apache-2.0
6262

@@ -110,7 +110,7 @@ Resources:
110110
- aws.guardduty
111111
Type: CloudWatchEvent
112112
Handler: cloudwatchevents.handler
113-
Runtime: nodejs14.x
113+
Runtime: nodejs18.x
114114
Type: AWS::Serverless::Function
115115

116116
SumoAppUtils:

0 commit comments

Comments
 (0)