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": {