From 486ca7a8f032fb67112a3d5280f0fbd8d3251a10 Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Wed, 1 Jul 2020 14:57:36 -0400 Subject: [PATCH] Update to java11, increase memory It can be hard to debug issues caused by too little memory, so starting it higher, you can decrease as needed. --- template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yml b/template.yml index c90c88e..4bc3e24 100644 --- a/template.yml +++ b/template.yml @@ -7,9 +7,9 @@ Resources: Properties: Handler: com.foundeo.fuseless.StreamLambdaHandler CodeUri: ./build/distributions/fuseless-template.zip - Runtime: java8 + Runtime: java11 Timeout: 20 - MemorySize: 256 + MemorySize: 1856 Events: GetResource: Type: Api