Mercurial > public > finance-parser
comparison template.yaml @ 8:f2442b8f43de
add outputs
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Mon, 05 Jun 2023 20:07:22 +0100 |
parents | 7c5fb7573dd8 |
children |
comparison
equal
deleted
inserted
replaced
7:7c5fb7573dd8 | 8:f2442b8f43de |
---|---|
199 Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/report" | 199 Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/report" |
200 | 200 |
201 GetTickersEndpoint: | 201 GetTickersEndpoint: |
202 Description: "Endpoint to get tickers" | 202 Description: "Endpoint to get tickers" |
203 Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/ticker" | 203 Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/ticker" |
204 | |
205 RestApiId: | |
206 Description: "The ID of the serverless rest API" | |
207 Value: !Ref Api | |
208 Export: | |
209 Name: FinanceParserRestApiId |