Skip to content

Commit

Permalink
Revert CustomResource timeout change & bump pkg version (#86)
Browse files Browse the repository at this point in the history
* Revert "Set CFN CustomResources timeout to 5 min (#85)"
Bad intelligence - the `Timeout` property on a CustomResource does
nothing.
This reverts commit d58e6a8.
* Bump package version to 1.3.22
  • Loading branch information
scott-jones-AlertLogic authored Sep 21, 2023
1 parent 2b6a0e1 commit 42c8f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions cfn/guardduty.template
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,7 @@
},
"Plaintext": {
"Ref": "SecretKey"
},
"Timeout": 300
}
}
},
"CollectLambdaFunction":{
Expand Down Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 42c8f1e

Please sign in to comment.