Skip to content

Commit

Permalink
Update nodejs runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
valgreens committed May 10, 2018
1 parent 4c1cd0c commit f13a83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gordon/resources/lambdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,13 @@ def _get_loader_requirements(self):

class NodeLambda(Lambda):

_default_runtime = 'nodejs6.10'
_default_runtime = 'nodejs8.10'
_runtimes = {
'node': 'nodejs',
'nodejs': 'nodejs',
'nodejs4.3': 'nodejs4.3',
'nodejs6.10': 'nodejs6.10',
'nodejs8.10': 'nodejs8.10',
'nodejs0.10': 'nodejs',
'node0.10': 'nodejs'
}
Expand Down

0 comments on commit f13a83a

Please sign in to comment.