You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Module Input Variables
13
13
-`handler` - the entrypoint into your Lambda function, in the form of `filename.function_name`
14
14
-`schedule_expression` - a [valid rate or cron expression](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html)
15
15
-`iam_policy_document` - a valid IAM policy document used for the Lambda's [execution role](http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role)
16
+
-`timeout` - (optional) the amount of time your Lambda Function has to run in seconds. Defaults to 3. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html)
16
17
-`enabled` - boolean expression. If false, the lambda function and the cloudwatch schedule are not set. Defaults to `true`.
17
18
18
19
Usage
@@ -59,4 +60,4 @@ Outputs
59
60
60
61
Author
61
62
------
62
-
Created and maintained by [Shayne Clausson](https://github.com/sclausson)
63
+
Created and maintained by [Shayne Clausson](https://github.com/sclausson)
0 commit comments