Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): PROVIDED runtime will be EOL soon, deprecate in favor of PROVIDED_AL2 #26904

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

robertd
Copy link
Contributor

@robertd robertd commented Aug 27, 2023

We recommend that you upgrade your existing Custom Runtime based on Amazon Linux 1 functions to Custom Runtime based on Amazon Linux 2 ('provided.al2') before December 31, 2023.

Hello,

We are contacting you as we have identified that your AWS Account currently has one or more Lambda functions using Custom Runtime based on Amazon Linux 1 ('provided') runtime.

We are ending support for Custom Runtime based on Amazon Linux 1 in AWS Lambda, in line with Amazon Linux AMI end of maintenance support on December 31, 2023 [1].

As described in the Lambda runtime support policy [2], end of support for language runtimes in Lambda happens in two stages. Starting December 31, 2023, Lambda will no longer apply security patches and other updates to the Custom Runtime based on Amazon Linux 1 runtime used by Lambda functions, and functions using Custom Runtime based on Amazon Linux 1 will no longer be eligible for technical support. In addition, you will no longer be able to create new Lambda functions using the Custom Runtime based on Amazon Linux 1 runtime. Starting January 30, 2024, you will no longer be able to update existing functions using the Custom Runtime based on Amazon Linux 1 runtime.

We recommend that you upgrade your existing Custom Runtime based on Amazon Linux 1 functions to Custom Runtime based on Amazon Linux 2 ('provided.al2') before December 31, 2023.

End of support does not impact function execution. Your functions will continue to run. However, they will be running on an unsupported runtime which is no longer maintained or patched by the AWS Lambda team.

This notification is generated for functions using the Custom Runtime based on Amazon Linux 1 for the $LATEST function version. A list of affected resources can be found in the 'Affected resources' tab of your AWS Health Dashboard.
The following command shows how to use the AWS CLI [3] to list all functions in a specific region using Custom Runtime based on Amazon Linux 1, including published function versions. To find all such functions in your account, repeat this command for each region:

aws lambda list-functions --function-version ALL --region us-east-1 --output text --query "Functions[?Runtime=='provided'].FunctionArn"

If you have any concerns or require further assistance, please contact AWS Support [4].


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

@aws-cdk-automation aws-cdk-automation requested a review from a team August 27, 2023 19:56
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Aug 27, 2023
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Aug 27, 2023
Copy link
Contributor

@jumic jumic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@aws-cdk-automation aws-cdk-automation added pr/needs-maintainer-review This PR needs a review from a Core Team Member and removed pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. labels Aug 28, 2023
@mrgrain mrgrain changed the title chore(lambda): Deprecate Provided runtime due to reaching EOL soon fix(lambda): PROVIDED runtime will be EOL soon, deprecate in favor of PROVIDED_AL2 Aug 28, 2023
@mrgrain mrgrain added pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Aug 28, 2023
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Aug 28, 2023
@mergify
Copy link
Contributor

mergify bot commented Aug 28, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: d50fa89
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit fded078 into aws:main Aug 28, 2023
9 checks passed
@mergify
Copy link
Contributor

mergify bot commented Aug 28, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants