Skip to content

Conversation

@mndeveci
Copy link
Contributor

@mndeveci mndeveci commented Feb 1, 2022

#3584
Related PR: aws/aws-lambda-builders#319

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.

Checklist

  • Add input/output type hints to new functions/methods
  • Write design document (Do I need to write a design document?)
  • Write unit tests
  • Write/update functional tests
  • Write/update integration tests
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

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

@github-actions github-actions bot added pr/internal area/build sam build command area/init sam init area/local/invoke sam local invoke command area/local/start-api sam local start-api command area/local/start-invoke labels Feb 1, 2022
@mndeveci mndeveci merged commit 15f271f into aws:develop Feb 19, 2022
@mndeveci mndeveci deleted the deprecate_old_runtimes_ branch February 19, 2022 08:00
mndeveci added a commit to mndeveci/aws-sam-cli that referenced this pull request Apr 5, 2022
…tcore2.1 and python2.7 (aws#3611)

* fix: remove deprecated runtime support for nodejs10.x, ruby2.5, dotnetcore2.1 and python2.7

* remove dotnetcore2.1 related templates & tests

Co-authored-by: Daniel Mil <84205762+mildaniel@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build sam build command area/init sam init area/local/invoke sam local invoke command area/local/start-api sam local start-api command area/local/start-invoke pr/internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants