diff --git a/07_Resources/Repos/converter/Lambda/lambda.json b/07_Resources/Repos/converter/Lambda/lambda.json index 89cd88c..69c537c 100644 --- a/07_Resources/Repos/converter/Lambda/lambda.json +++ b/07_Resources/Repos/converter/Lambda/lambda.json @@ -8,7 +8,7 @@ "ZipFile": "exports.handler = async (event) => {return true;};" }, "Handler": "index.handler", - "MemorySize": 128, + "MemorySize": 256, "Role": { "Fn::GetAtt": ["LambdaEmailConverterRole", "Arn"] }, "Runtime": "nodejs8.10", "Timeout": 60 diff --git a/07_Resources/Repos/outbound/Lambda/lambda.json b/07_Resources/Repos/outbound/Lambda/lambda.json index 4e19904..a152d35 100644 --- a/07_Resources/Repos/outbound/Lambda/lambda.json +++ b/07_Resources/Repos/outbound/Lambda/lambda.json @@ -8,7 +8,7 @@ "ZipFile": "exports.handler = async (event) => {return true;};" }, "Handler": "index.handler", - "MemorySize": 128, + "MemorySize": 256, "Role": { "Fn::GetAtt": ["LambdaEmailOutboundRole", "Arn"] }, "Runtime": "nodejs8.10", "Timeout": 60,