@@ -3,6 +3,7 @@ Transform: AWS::Serverless-2016-10-31
33Description : ' This function is invoked by AWS CloudWatch events in response to state
44 change in your AWS resources which matches a event target definition. The event
55 payload received is then forwarded to Sumo Logic HTTP source endpoint.
6+
67 '
78Globals :
89 Function :
@@ -52,10 +53,10 @@ Metadata:
5253 - benchmark
5354 - guardduty
5455 Name : sumologic-guardduty-benchmark
55- LicenseUrl : s3://appdevstore/guarddutybenchmark/v1.0.13 /6092dd6c323e33634657102f570628e0
56- ReadmeUrl : s3://appdevstore/guarddutybenchmark/v1.0.13 /cab012d7fb7887671b751e6f5c0d2062
57- SemanticVersion : 1.0.13
58- SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master /cloudwatchevents/guarddutybenchmark
56+ LicenseUrl : s3://appdevstore/guarddutybenchmark/v1.0.14 /6092dd6c323e33634657102f570628e0
57+ ReadmeUrl : s3://appdevstore/guarddutybenchmark/v1.0.14 /cab012d7fb7887671b751e6f5c0d2062
58+ SemanticVersion : 1.0.14
59+ SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main /cloudwatchevents/guarddutybenchmark
5960 SpdxLicenseId : Apache-2.0
6061Parameters :
6162 CollectorName :
@@ -95,7 +96,7 @@ Parameters:
9596Resources :
9697 CloudWatchEventFunction :
9798 Properties :
98- CodeUri : s3://appdevstore/guarddutybenchmark/v1.0.13 /22b7b226ca9ec3b9dbb28b94c0e5f824
99+ CodeUri : s3://appdevstore/guarddutybenchmark/v1.0.14 /22b7b226ca9ec3b9dbb28b94c0e5f824
99100 Environment :
100101 Variables :
101102 SUMO_ENDPOINT :
@@ -110,7 +111,7 @@ Resources:
110111 - aws.guardduty
111112 Type : CloudWatchEvent
112113 Handler : cloudwatchevents.handler
113- Runtime : nodejs18 .x
114+ Runtime : nodejs20 .x
114115 Type : AWS::Serverless::Function
115116 Metadata :
116117 SamResourceId : CloudWatchEventFunction
@@ -119,7 +120,7 @@ Resources:
119120 Properties :
120121 Location :
121122 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
122- SemanticVersion : 2.0.11
123+ SemanticVersion : 2.0.15
123124 Metadata :
124125 SamResourceId : SumoAppUtils
125126 SumoHostedCollector :
0 commit comments