diff --git a/template.yml b/template.yml index c90c88e..03f8b99 100644 --- a/template.yml +++ b/template.yml @@ -9,7 +9,7 @@ Resources: CodeUri: ./build/distributions/fuseless-template.zip Runtime: java8 Timeout: 20 - MemorySize: 256 + MemorySize: 3008 Events: GetResource: Type: Api @@ -19,6 +19,7 @@ Resources: Environment: Variables: FELIX_CACHE_BUFSIZE: 16384 - - - +Outputs: + CFMLApi: + Description: "API Gateway endpoint URL for Prod stage for CFML Select function" + Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"