File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments