Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Expose the invoke_arn for a created lambda #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jessekempf
Copy link

No description provided.

@@ -8,6 +8,11 @@ output "function_name" {
value = "${element(concat(aws_lambda_function.lambda.*.function_name, aws_lambda_function.lambda_with_dl.*.function_name, aws_lambda_function.lambda_with_vpc.*.function_name, aws_lambda_function.lambda_with_dl_and_vpc.*.function_name), 0)}"
}

output "invoke_arn" {
description = "The ARN to be used for invoking the Lambda Function from API Gateway"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change Function -> function. I know AWS refers to them with and without a capital F in different places but the other outputs use lowercase so let's go with that. Otherwise, it looks good. Thanks.

mbklein pushed a commit to nulib/terraform-aws-lambda that referenced this pull request Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants