diff --git a/packages/cloudwatch-logs-auto-subscribe/README.md b/packages/cloudwatch-logs-auto-subscribe/README.md index 6651087..10f5b6e 100644 --- a/packages/cloudwatch-logs-auto-subscribe/README.md +++ b/packages/cloudwatch-logs-auto-subscribe/README.md @@ -29,6 +29,8 @@ AutoSubscribeLogGroups: FilterName: FilterPattern: UnsubscribeOnDelete: + TimeOut: + ``` To do the same via `CloudFormation` or the `Serverless` framework, you need to first add the following `Transform`: @@ -56,3 +58,5 @@ For more details, read this [post](https://theburningmonk.com/2019/05/how-to-inc `FilterPattern`: (Optional) if specified, will override the filter pattern used to create the subscription. `UnsubscribeOnDelete`: (Optional) whether to remove the subscription filters that were added by this app. Defaults to "false", allowed values are "true" or "false". + +`TimeOut`: (Optional) the maximum execution time for the lambdas, defaults to 6.