Skip to content

Commit

Permalink
feat: Remove nodejs6.10 init template (#1505)
Browse files Browse the repository at this point in the history
Since April 30, 2019, it's no longer possible to create new functions using nodejs6.10 https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html.
  • Loading branch information
iRoachie authored and jfuss committed Dec 12, 2019
1 parent eaf6e86 commit 0f75eb7
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 761 deletions.
10 changes: 1 addition & 9 deletions samcli/local/common/runtime_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@
"dependency_manager": "npm",
"init_location": os.path.join(_templates, "cookiecutter-aws-sam-hello-nodejs"),
"build": True,
},
{
"runtimes": ["nodejs6.10"],
"dependency_manager": "npm",
"init_location": os.path.join(_templates, "cookiecutter-aws-sam-hello-nodejs6"),
"build": True,
},
}
],
"dotnet": [
{
Expand Down Expand Up @@ -83,7 +77,6 @@
"nodejs12.x": ["npm"],
"nodejs10.x": ["npm"],
"nodejs8.10": ["npm"],
"nodejs6.10": ["npm"],
"dotnetcore2.1": ["cli-package"],
"dotnetcore2.0": ["cli-package"],
"dotnetcore1.0": ["cli-package"],
Expand Down Expand Up @@ -115,7 +108,6 @@
# older nodejs runtimes
"nodejs10.x",
"nodejs8.10",
"nodejs6.10",
# older python runtimes
"python3.7",
"python3.6",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0f75eb7

Please sign in to comment.