Skip to content

Commit

Permalink
Merge pull request #17 from 0x4447/development
Browse files Browse the repository at this point in the history
Increased memory to 256MB
  • Loading branch information
davidgatti authored May 17, 2019
2 parents a330566 + 38a06bd commit 0cf5920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_Resources/Repos/inbound/Lambda/lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0cf5920

Please sign in to comment.