We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9a4a commit f17b4deCopy full SHA for f17b4de
outputs.tf
@@ -1,3 +1,7 @@
1
output "function_arn" {
2
value = aws_lambda_function.lambda_function.arn
3
+}
4
+
5
+output "function_invoke_arn" {
6
+ value = aws_lambda_function.lambda_function.invoke_arn
7
}
0 commit comments