Skip to content

Commit de8fa43

Browse files
committed
Updating cw logs with dlq json files
1 parent 6a79a61 commit de8fa43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cloudwatchlogs-with-dlq/DLQLambdaCloudFormation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"FunctionName": { "Fn::Join": [ "-", [ "SumoCWLogsLambda", { "Fn::Select" : [ "2", {"Fn::Split" : [ "/" , { "Ref": "AWS::StackId" } ]}] } ] ] },
211211
"Code": {
212212
"S3Bucket": { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "bucketname"]},
213-
"S3Key": "cloudwatchlogs-with-dlq.zip"
213+
"S3Key": "cloudwatchLogsDLQ/v1.2.0/cloudwatchlogs-with-dlq.zip"
214214
},
215215
"Role": {
216216
"Fn::GetAtt": [
@@ -228,7 +228,7 @@
228228
}
229229
},
230230
"Handler": "cloudwatchlogs_lambda.handler",
231-
"Runtime": "nodejs16.x",
231+
"Runtime": "nodejs18.x",
232232
"MemorySize": 128,
233233
"Environment": {
234234
"Variables": {
@@ -272,7 +272,7 @@
272272
"FunctionName": { "Fn::Join": [ "-", [ "SumoCWProcessDLQLambda", { "Fn::Select" : [ "2", {"Fn::Split" : [ "/" , { "Ref": "AWS::StackId" } ]}] } ] ] },
273273
"Code": {
274274
"S3Bucket": { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "bucketname"]},
275-
"S3Key": "cloudwatchlogs-with-dlq.zip"
275+
"S3Key": "cloudwatchLogsDLQ/v1.2.0/cloudwatchlogs-with-dlq.zip"
276276
},
277277
"Role": {
278278
"Fn::GetAtt": [
@@ -290,7 +290,7 @@
290290
]
291291
}
292292
},
293-
"Runtime": "nodejs16.x",
293+
"Runtime": "nodejs18.x",
294294
"MemorySize": 128,
295295
"Environment": {
296296
"Variables": {

cloudwatchlogs-with-dlq/DLQLambdaCloudFormationWithSecuredEndpoint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"FunctionName": { "Fn::Join": [ "-", [ "SumoCWLogsLambda", { "Fn::Select" : [ "2", {"Fn::Split" : [ "/" , { "Ref": "AWS::StackId" } ]}] } ] ] },
253253
"Code": {
254254
"S3Bucket": { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "bucketname"]},
255-
"S3Key": "cloudwatchlogs-with-dlq.zip"
255+
"S3Key": "cloudwatchLogsDLQ/v1.2.0/cloudwatchlogs-with-dlq.zip"
256256
},
257257
"Role": {
258258
"Fn::GetAtt": [
@@ -313,7 +313,7 @@
313313
"FunctionName": { "Fn::Join": [ "-", [ "SumoCWProcessDLQLambda", { "Fn::Select" : [ "2", {"Fn::Split" : [ "/" , { "Ref": "AWS::StackId" } ]}] } ] ] },
314314
"Code": {
315315
"S3Bucket": { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "bucketname"]},
316-
"S3Key": "cloudwatchlogs-with-dlq.zip"
316+
"S3Key": "cloudwatchLogsDLQ/v1.2.0/cloudwatchlogs-with-dlq.zip"
317317
},
318318
"Role": {
319319
"Fn::GetAtt": [

0 commit comments

Comments
 (0)