We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f142ad commit 4036f92Copy full SHA for 4036f92
csharp-demo/template.yaml
@@ -31,10 +31,10 @@ Outputs:
31
Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello/"
32
HelloWorldFunctionArn:
33
Description: "HelloWorldFunction Lambda Function ARN"
34
- Value: !GetAtt MyDotNetFunction.Arn
+ Value: !GetAtt HelloWorldFunction.Arn
35
HelloWorldFunctionnIamRole:
36
Description: "Implicit IAM Role created for HelloWorldFunction"
37
- Value: !GetAtt MyDotNetFunctionRole.Arn
+ Value: !GetAtt HelloWorldFunctionRole.Arn
38
+
39
40
-
0 commit comments