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,