Skip to content

Commit 67b8b32

Browse files
DHAMODHARABALAJI RDHAMODHARABALAJI R
authored andcommitted
..
1 parent a73c743 commit 67b8b32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

order-manager/template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Outputs:
102102
# ServerlessRestApi is an implicit API created out of Events key under Serverless::Function
103103
# Find out more about other implicit resources you can reference within SAM
104104
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
105-
HelloWorldApi:
105+
OrderApi:
106106
Description: "API Gateway endpoint URL for Prod stage for Create Order function"
107-
Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/orders"
108-
HelloWorldFunction:
107+
Value: !Sub "https://${OrderApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/orders"
108+
CreateOrderFunction:
109109
Description: "Create Order Lambda Function ARN"
110110
Value: !GetAtt CreateOrderFunction.Arn

0 commit comments

Comments
 (0)