We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dca8a9 commit c63f0baCopy full SHA for c63f0ba
outputs.tf
@@ -37,10 +37,12 @@ output "lambda_role_unique_id" {
37
38
# For Lambda Edge and Cloudfront Integration
39
40
+#For Lambda@Edge Association with cloudfront
41
output "qualified_arn" {
42
value = module.lambda.lambda_function_qualified_arn
43
}
44
45
+#For using lambda as origin for cloudfront
46
output "function_url" {
47
value = module.lambda.lambda_function_url
48
@@ -49,6 +51,7 @@ output "function_url_id" {
49
51
value = module.lambda.lambda_function_url_id
50
52
53
54
+#To associate lambdas with api gateway integration
55
output "invoke_arn" {
56
value = module.lambda.lambda_function_invoke_arn
57
0 commit comments