From beb949ddbfe1df6d265e33059a894b4b4d70e00d Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Sat, 18 Jun 2022 01:24:17 +0100 Subject: [PATCH] Update stack.yml --- cicd/deploy/stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/deploy/stack.yml b/cicd/deploy/stack.yml index ae7b9b63..e7b85eb3 100644 --- a/cicd/deploy/stack.yml +++ b/cicd/deploy/stack.yml @@ -39,12 +39,12 @@ Resources: Properties: Name: SSOSyncArn Type: String - Value: !GetAtt SARApp.Outputs.SOSyncFunctionARN + Value: !GetAtt SARApp.Outputs.SSOSyncFunctionARN Description: The Arn of the lambda function ssosync Outputs: FunctionArn: Description: "The Arn of the deployed lambda function" - Value: !GetAtt SARApp.Outputs.SOSyncFunctionARN + Value: !GetAtt SARApp.Outputs.SSOSyncFunctionARN Export: Name: FunctionArn