Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Align Lambda python runtime version and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Jun 16, 2017
1 parent 9ee71d6 commit d950be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"Arn"
]
},
"Runtime": "python2.7",
"Runtime": "python3.6",
"Timeout": {
"Ref": "LambdaTimeout"
}
Expand Down Expand Up @@ -492,7 +492,7 @@
"Arn"
]
},
"Runtime": "python2.7",
"Runtime": "python3.6",
"Timeout":60
},
"Metadata": {
Expand Down

0 comments on commit d950be3

Please sign in to comment.