From 38a06bd67251196e65e263b45f454f723c8805cc Mon Sep 17 00:00:00 2001 From: David Gatti Date: Fri, 17 May 2019 08:19:11 +0200 Subject: [PATCH] Increesed memory #16 --- 07_Resources/Repos/inbound/Lambda/lambda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_Resources/Repos/inbound/Lambda/lambda.json b/07_Resources/Repos/inbound/Lambda/lambda.json index 0ecfa0a..9c12c21 100644 --- a/07_Resources/Repos/inbound/Lambda/lambda.json +++ b/07_Resources/Repos/inbound/Lambda/lambda.json @@ -8,7 +8,7 @@ "ZipFile": "exports.handler = async (event) => {return true;};" }, "Handler": "index.handler", - "MemorySize": 128, + "MemorySize": 256, "Role": { "Fn::GetAtt": ["LambdaEmailInboundRole", "Arn"] }, "Runtime": "nodejs8.10", "Timeout": 60,