diff template.yaml @ 6:d15ccf5f1373

fix bug clean_text
author Dennis C. M. <dennis@denniscm.com>
date Mon, 05 Jun 2023 17:12:18 +0100
parents 2daf0dc08247
children 7c5fb7573dd8
line wrap: on
line diff
--- a/template.yaml	Mon Jun 05 12:48:47 2023 +0100
+++ b/template.yaml	Mon Jun 05 17:12:18 2023 +0100
@@ -1,6 +1,6 @@
 AWSTemplateFormatVersion: '2010-09-09'
 Transform: AWS::Serverless-2016-10-31
-Description: Serverless balance sheet analyzer using Textract and a serverless API
+Description: Serverless finance staments analyzer using Textract and a serverless API
 
 Conditions:
   CreateProdResources: !Equals
@@ -168,4 +168,9 @@
         - AttributeName: pk
           AttributeType: S
         - AttributeName: sk
-          AttributeType: S
\ No newline at end of file
+          AttributeType: S
+
+Outputs:
+  GetReportEndpoint:
+    Description: "Endpoint to get a report"
+    Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/report"
\ No newline at end of file