Skip to content

Conversation

mndeveci
Copy link
Contributor

Issue #, if available:
aws/aws-sam-cli#3584

Description of changes:
AWS Lambda already dropped support for using ruby2.5, python2.7, nodejs10.x and dotnetcore2.1. Functions with these runtimes can't bu updated anymore. This PR is targeting to remove support for these runtimes.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mndeveci mndeveci marked this pull request as ready for review January 31, 2022 21:12
@mndeveci mndeveci merged commit 334ee50 into aws:develop Feb 19, 2022
@mndeveci mndeveci deleted the deprecate_old_runtimes branch February 19, 2022 01:34
hawflau added a commit that referenced this pull request Feb 23, 2022
* fix: deprecate old runtimes (ruby2.5, python2.7, nodejs10.x, dotnetcore2.1) (#319)

* remove ruby2.5 support

* remove nodejs10.x support

* remove dotnetcore2.1 support

* remove python2.7 support

* remove "rvm use 2.5" in CI job definition (which enables ruby2.5)

* chore: update comment

* Support for dotnet6 (#26) (#333)

* support for dotnet6

* fix tests

* Fix black format issue

* Install dotnet6 in appveyor env

Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>

Co-authored-by: Aboelhamd Aly <aboelhamd.abotreka@gmail.com>
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>

* Version bump to 1.13.0 (#334)

Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Aboelhamd Aly <aboelhamd.abotreka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants