Skip to content

Commit

Permalink
Merge pull request #19 from 0x4447/development
Browse files Browse the repository at this point in the history
Memory updated
  • Loading branch information
davidgatti authored May 17, 2019
2 parents 0cf5920 + aaac7e1 commit d95ddd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 07_Resources/Repos/converter/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": ["LambdaEmailConverterRole", "Arn"] },
"Runtime": "nodejs8.10",
"Timeout": 60
Expand Down
2 changes: 1 addition & 1 deletion 07_Resources/Repos/outbound/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": ["LambdaEmailOutboundRole", "Arn"] },
"Runtime": "nodejs8.10",
"Timeout": 60,
Expand Down

0 comments on commit d95ddd3

Please sign in to comment.