Skip to content

Commit

Permalink
merge main and test
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Oct 3, 2023
1 parent a0dba35 commit 174f1b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ exports[`function with a counter binding 2`] = `
],
},
"Runtime": "nodejs18.x",
"Timeout": 30,
"Timeout": 60,
},
"Type": "AWS::Lambda::Function",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ exports[`basic function with custom log retention 1`] = `
],
},
"Runtime": "nodejs18.x",
"Timeout": 30,
"Timeout": 60,
},
"Type": "AWS::Lambda::Function",
},
Expand Down Expand Up @@ -655,7 +655,7 @@ exports[`basic function with infinite log retention 1`] = `
],
},
"Runtime": "nodejs18.x",
"Timeout": 30,
"Timeout": 60,
},
"Type": "AWS::Lambda::Function",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ exports[`basic function with custom log retention 1`] = `
"runtime": "nodejs18.x",
"s3_bucket": "\${aws_s3_bucket.Code.bucket}",
"s3_key": "\${aws_s3_object.Function_S3Object_C62A0C2D.key}",
"timeout": 30,
"timeout": 60,
"vpc_config": {
"security_group_ids": [],
"subnet_ids": [],
Expand Down Expand Up @@ -755,7 +755,7 @@ exports[`basic function with infinite log retention 1`] = `
"runtime": "nodejs18.x",
"s3_bucket": "\${aws_s3_bucket.Code.bucket}",
"s3_key": "\${aws_s3_object.Function_S3Object_C62A0C2D.key}",
"timeout": 30,
"timeout": 60,
"vpc_config": {
"security_group_ids": [],
"subnet_ids": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ module.exports = function({ $f1 }) {
]
},
"resource": {
"aws_cloudwatch_log_group": {
"cloudFunction_CloudwatchLogGroup_7399B890": {
"//": {
"metadata": {
"path": "root/Default/Default/cloud.Function/CloudwatchLogGroup",
"uniqueId": "cloudFunction_CloudwatchLogGroup_7399B890"
}
},
"name": "/aws/lambda/cloud-Function-c8d2eca1",
"retention_in_days": 30
}
},
"aws_iam_role": {
"cloudFunction_IamRole_5A4430DC": {
"//": {
Expand Down

0 comments on commit 174f1b0

Please sign in to comment.