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: modules/alias/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ No modules.
155
155
| <aname="input_destination_on_failure"></a> [destination\_on\_failure](#input\_destination\_on\_failure)| Amazon Resource Name (ARN) of the destination resource for failed asynchronous invocations |`string`|`null`| no |
156
156
| <aname="input_destination_on_success"></a> [destination\_on\_success](#input\_destination\_on\_success)| Amazon Resource Name (ARN) of the destination resource for successful asynchronous invocations |`string`|`null`| no |
157
157
| <aname="input_event_source_mapping"></a> [event\_source\_mapping](#input\_event\_source\_mapping)| Map of event source mapping |`any`|`{}`| no |
158
-
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Name or ARN of the Lambda function for which you want to create an alias. |`string`|`""`| yes |
158
+
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Name or ARN of the Lambda function for which you want to create an alias. |`string`|n/a| yes |
159
159
| <aname="input_function_version"></a> [function\_version](#input\_function\_version)| Lambda function version for which you are creating the alias. Pattern: ($LATEST\|[0-9]+). |`string`|`""`| no |
160
160
| <aname="input_maximum_event_age_in_seconds"></a> [maximum\_event\_age\_in\_seconds](#input\_maximum\_event\_age\_in\_seconds)| Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600. |`number`|`null`| no |
161
161
| <aname="input_maximum_retry_attempts"></a> [maximum\_retry\_attempts](#input\_maximum\_retry\_attempts)| Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2. |`number`|`null`| no |
0 commit comments