Skip to content

Commit

Permalink
Merge pull request #13 from PatientPing/invoke_arn
Browse files Browse the repository at this point in the history
Added output invoke_arn to lambda function
  • Loading branch information
dberkowicz authored Dec 10, 2020
2 parents 6ed8c3e + 70c69f8 commit e8dddf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lambda_function/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ output "role" {
output "function_name" {
value = aws_lambda_function.lambda.function_name
}

output "invoke_arn" {
value = aws_lambda_function.lambda.invoke_arn
}

0 comments on commit e8dddf3

Please sign in to comment.