@@ -53,9 +53,9 @@ Metadata:
53
53
- benchmark
54
54
- guardduty
55
55
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
59
59
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchevents/guarddutybenchmark
60
60
SpdxLicenseId : Apache-2.0
61
61
Parameters :
@@ -96,7 +96,7 @@ Parameters:
96
96
Resources :
97
97
CloudWatchEventFunction :
98
98
Properties :
99
- CodeUri : s3://appdevstore/guarddutybenchmark/v1.0.11/58c7f17decc811a6e8904a19a9f844a1
99
+ CodeUri : s3://appdevstore/guarddutybenchmark/v1.0.12/22b7b226ca9ec3b9dbb28b94c0e5f824
100
100
Environment :
101
101
Variables :
102
102
SUMO_ENDPOINT :
@@ -111,14 +111,18 @@ Resources:
111
111
- aws.guardduty
112
112
Type : CloudWatchEvent
113
113
Handler : cloudwatchevents.handler
114
- Runtime : nodejs14 .x
114
+ Runtime : nodejs18 .x
115
115
Type : AWS::Serverless::Function
116
+ Metadata :
117
+ SamResourceId : CloudWatchEventFunction
116
118
SumoAppUtils :
117
119
Type : AWS::Serverless::Application
118
120
Properties :
119
121
Location :
120
122
ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
121
123
SemanticVersion : 2.0.6
124
+ Metadata :
125
+ SamResourceId : SumoAppUtils
122
126
SumoHostedCollector :
123
127
Type : Custom::Collector
124
128
Properties :
@@ -139,6 +143,8 @@ Resources:
139
143
Ref : SumoAccessKey
140
144
SumoDeployment :
141
145
Ref : SumoDeployment
146
+ Metadata :
147
+ SamResourceId : SumoHostedCollector
142
148
SumoHTTPSource :
143
149
Type : Custom::HTTPSource
144
150
Properties :
@@ -166,6 +172,8 @@ Resources:
166
172
Ref : SumoDeployment
167
173
DateFormat : yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
168
174
DateLocatorRegex : .*"updatedAt":"(.*)".*
175
+ Metadata :
176
+ SamResourceId : SumoHTTPSource
169
177
SumoGuardDutyBenchmarkApp :
170
178
Type : Custom::App
171
179
Properties :
@@ -188,6 +196,8 @@ Resources:
188
196
Ref : SumoAccessKey
189
197
SumoDeployment :
190
198
Ref : SumoDeployment
199
+ Metadata :
200
+ SamResourceId : SumoGuardDutyBenchmarkApp
191
201
Outputs :
192
202
CloudWatchEventFunction :
193
203
Description : CloudWatchEvent Processor Function ARN
0 commit comments