forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Drop support for deprecated runtimes (aws#1967)
* refactor!: Drop support for deprecated runtimes The following runtimes have been deprecated by AWS Lambda and are being removed from build, init, and invoke|start-api|start-lambda commands: - dotnetcore1.0 - dotnetcore2.0 - nodejs4.3 - nodejs6.10 - nodejs8.10 * Remove nodejs runtime which is not even a valid runtime * Format with black Co-authored-by: Jacob Fuss <[email protected]> Co-authored-by: Sriram Madapusi Vasudevan <[email protected]>
- Loading branch information
1 parent
da9f5bd
commit 972fa19
Showing
11 changed files
with
6 additions
and
158 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
...utter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
tests/integration/testdata/buildcmd/Dotnetcore2.0/HelloWorld.csproj
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
tests/integration/testdata/buildcmd/Dotnetcore2.0/Program.cs
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
tests/integration/testdata/buildcmd/Dotnetcore2.0/aws-lambda-tools-defaults.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters