Skip to content

Commit

Permalink
Bump version to 2.1.1 switching to nodejs 6.10 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Jul 19, 2017
1 parent 913360d commit d111dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cloudformation-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "Human Made Tachyon Image Server with Lambda v2.0",
"Description": "Human Made Tachyon Image Server with Lambda v2.1",
"Parameters": {
"NodeTachyonBucket" : {
"Type" : "String",
Expand All @@ -9,7 +9,7 @@
"NodeTachyonLambdaPath" : {
"Type" : "String",
"Description" : "The path to the Lambda code ZIP",
"Default" : "lambda/node-tachyon/lambda-nodejs4.3.zip"
"Default" : "lambda/node-tachyon/lambda-nodejs6.10.zip"
},
"SSLACMCertificateARN" : {
"Type" : "String",
Expand Down Expand Up @@ -148,7 +148,7 @@
"S3Bucket": { "Ref" : "NodeTachyonBucket" },
"S3Key": { "Ref" : "NodeTachyonLambdaPath" }
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs6.10",
"Timeout": "60",
"MemorySize": 256,
"Handler": "lambda-handler.handler",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tachyon",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "https://github.com/humanmade/node-tachyon.git"
Expand Down

0 comments on commit d111dd8

Please sign in to comment.