From 8df28d413d3c3221bfe080296354ce1b58327699 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 14 May 2020 05:18:53 -0400 Subject: [PATCH] IAM arn --- infrastructure/cloudformation/dt/iam.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cloudformation/dt/iam.yaml b/infrastructure/cloudformation/dt/iam.yaml index 7aea6e3..d89239c 100644 --- a/infrastructure/cloudformation/dt/iam.yaml +++ b/infrastructure/cloudformation/dt/iam.yaml @@ -37,4 +37,4 @@ Resources: Outputs: DefaultRole: Description: Default lambda role with logging policy - Value: !Ref DefaultLambdaRole \ No newline at end of file + Value: !GetAtt DefaultLambdaRole.Arn \ No newline at end of file