From 42c8f1e0aff3f726c2d6b0fd16fb061113941e29 Mon Sep 17 00:00:00 2001 From: scott-jones-AlertLogic <66952420+scott-jones-AlertLogic@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:17:13 +0100 Subject: [PATCH] Revert CustomResource timeout change & bump pkg version (#86) * Revert "Set CFN CustomResources timeout to 5 min (#85)" Bad intelligence - the `Timeout` property on a CustomResource does nothing. This reverts commit d58e6a819a5eb272e20afb039d0017e228a1ae6e. * Bump package version to 1.3.22 --- cfn/guardduty.template | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cfn/guardduty.template b/cfn/guardduty.template index 4565ee4..f3b6251 100644 --- a/cfn/guardduty.template +++ b/cfn/guardduty.template @@ -406,8 +406,7 @@ }, "Plaintext": { "Ref": "SecretKey" - }, - "Timeout": 300 + } } }, "CollectLambdaFunction":{ @@ -943,8 +942,7 @@ "ServiceToken": { "Fn::GetAtt" : ["CollectLambdaFunction", "Arn"] }, "StackName": { "Ref" : "AWS::StackName" }, "AwsAccountId": { "Ref": "AWS::AccountId"}, - "CollectRule": "aws.guardduty", - "Timeout": 300 + "CollectRule": "aws.guardduty" } } } diff --git a/package.json b/package.json index 7386d16..82083f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "al-cwe-collector", - "version": "1.3.21", + "version": "1.3.22", "license": "MIT", "description": "Alert Logic CloudWatch Events Collector", "repository": {