Skip to content

Commit 4036f92

Browse files
authored
Update template.yaml
1 parent 1f142ad commit 4036f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csharp-demo/template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Outputs:
3131
Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello/"
3232
HelloWorldFunctionArn:
3333
Description: "HelloWorldFunction Lambda Function ARN"
34-
Value: !GetAtt MyDotNetFunction.Arn
34+
Value: !GetAtt HelloWorldFunction.Arn
3535
HelloWorldFunctionnIamRole:
3636
Description: "Implicit IAM Role created for HelloWorldFunction"
37-
Value: !GetAtt MyDotNetFunctionRole.Arn
37+
Value: !GetAtt HelloWorldFunctionRole.Arn
38+
3839

3940

40-

0 commit comments

Comments
 (0)