From a10c9c20b28c7b20c9ef35d7fdafe88924c5f27d Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 14 May 2020 05:46:55 -0400 Subject: [PATCH] Output lambda arn --- infrastructure/cloudformation/dt/lambdas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cloudformation/dt/lambdas.yaml b/infrastructure/cloudformation/dt/lambdas.yaml index 322e49d..ba35e70 100644 --- a/infrastructure/cloudformation/dt/lambdas.yaml +++ b/infrastructure/cloudformation/dt/lambdas.yaml @@ -66,5 +66,5 @@ Resources: Outputs: TaskListManager: - Value: !Ref TaskListManagerLambda + Value: !GetAtt TaskListManagerLambda.Arn Description: Function that adds and removes tasks from a redis list \ No newline at end of file