From db17a22914bf007d1c1b6f243ca9e495d68ffa03 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jun 2020 18:38:41 +1000 Subject: [PATCH 1/2] Update template.yml Add outputs --- template.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/template.yml b/template.yml index 4d55e68..2230b9e 100644 --- a/template.yml +++ b/template.yml @@ -9,7 +9,7 @@ Resources: CodeUri: ./build/distributions/fuseless-template.zip Runtime: java8 Timeout: 10 - MemorySize: 256 + MemorySize: 3008 Events: GetResource: Type: Api @@ -19,6 +19,7 @@ Resources: Environment: Variables: FELIX_CACHE_BUFSIZE: 16384 - - - +Outputs: + CFMLSelectApi: + Description: "API Gateway endpoint URL for Prod stage for CFML Select function" + Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/" From 0d14ee204f953dedee682f9a8058841941e1e8fc Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jun 2020 20:45:05 +1000 Subject: [PATCH 2/2] Update template.yml --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index fed4bba..03f8b99 100644 --- a/template.yml +++ b/template.yml @@ -20,6 +20,6 @@ Resources: Variables: FELIX_CACHE_BUFSIZE: 16384 Outputs: - CFMLSelectApi: + CFMLApi: Description: "API Gateway endpoint URL for Prod stage for CFML Select function" Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"