Skip to content

Commit

Permalink
Merge pull request #29 from 0x4447/development
Browse files Browse the repository at this point in the history
NodeJS Version Update
  • Loading branch information
davidgatti authored Jan 14, 2020
2 parents 7760c7a + 386fbe9 commit 8faf3d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,807 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 @@ -10,7 +10,7 @@
"Handler": "index.handler",
"MemorySize": 256,
"Role": { "Fn::GetAtt": ["LambdaEmailConverterRole", "Arn"] },
"Runtime": "nodejs8.10",
"Runtime": "nodejs12.x",
"Timeout": 60
}
}
Expand Down
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 @@ -10,7 +10,7 @@
"Handler": "index.handler",
"MemorySize": 256,
"Role": { "Fn::GetAtt": ["LambdaEmailInboundRole", "Arn"] },
"Runtime": "nodejs8.10",
"Runtime": "nodejs12.x",
"Timeout": 60,
"Environment": {
"Variables" : {
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 @@ -10,7 +10,7 @@
"Handler": "index.handler",
"MemorySize": 256,
"Role": { "Fn::GetAtt": ["LambdaEmailOutboundRole", "Arn"] },
"Runtime": "nodejs8.10",
"Runtime": "nodejs12.x",
"Timeout": 60,
"Environment": {
"Variables" : {
Expand Down
Loading

0 comments on commit 8faf3d3

Please sign in to comment.