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
+1
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,7 @@ Available targets:
233
233
| Name | Description |
234
234
|------|-------------|
235
235
| <aname="output_arn"></a> [arn](#output\_arn)| ARN of the lambda function |
236
+
| <aname="output_function_name"></a> [function\_name](#output\_function\_name)| Lambda function name |
236
237
| <aname="output_invoke_arn"></a> [invoke\_arn](#output\_invoke\_arn)| Inkoke ARN of the lambda function |
237
238
| <aname="output_qualified_arn"></a> [qualified\_arn](#output\_qualified\_arn)| ARN identifying your Lambda Function Version (if versioning is enabled via publish = true) |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@
98
98
| Name | Description |
99
99
|------|-------------|
100
100
| <aname="output_arn"></a> [arn](#output\_arn)| ARN of the lambda function |
101
+
| <aname="output_function_name"></a> [function\_name](#output\_function\_name)| Lambda function name |
101
102
| <aname="output_invoke_arn"></a> [invoke\_arn](#output\_invoke\_arn)| Inkoke ARN of the lambda function |
102
103
| <aname="output_qualified_arn"></a> [qualified\_arn](#output\_qualified\_arn)| ARN identifying your Lambda Function Version (if versioning is enabled via publish = true) |
0 commit comments