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 11, 2018
1 parent 4c1cd0c commit 4c71efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/lambdas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Runtime AWS Runtime
``node``, ``nodejs``, ``node0.10`` and ``nodejs0.10`` ``nodejs``
``node4.3`` and ``nodejs4.3`` ``nodejs4.3``
``node6.10``` ``nodejs6.10``
``node8.10``` ``nodejs8.10``
``python`` and ``python2.7`` and ``python2`` ``python2.7``
``python3.6`` and ``python3`` ``python3.6``
``java`` and ``java8`` ``java8``
Expand Down
1 change: 1 addition & 0 deletions gordon/resources/lambdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ class NodeLambda(Lambda):
'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 4c71efd

Please sign in to comment.