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: infrastructure/modules/lambda/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
| <aname="input_handler_function_name"></a> [handler\_function\_name](#input\_handler\_function\_name)| The name of the lambda handler function (passed directly to the Lambda's handler option) |`string`|`"handler"`| no |
32
32
| <aname="input_iam_policy_document"></a> [iam\_policy\_document](#input\_iam\_policy\_document)| n/a | <pre>object({<br/> body = string<br/> })</pre> |`null`| no |
error_message="image_repository_names must include at least one repository name when package_type is Image."
143
+
}
144
+
}
145
+
135
146
variable"schedule" {
136
147
type=string
137
148
description="The fully qualified Cloudwatch Events schedule for when to run the lambda function, e.g. rate(1 day) or a cron() expression. Default disables all events resources"
0 commit comments