Skip to content

Commit

Permalink
Update stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Jun 18, 2022
1 parent 245204d commit beb949d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/deploy/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit beb949d

Please sign in to comment.