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

Python 3.8 End-Of-Life #193

Closed
lazize opened this issue Apr 24, 2024 · 4 comments
Closed

Python 3.8 End-Of-Life #193

lazize opened this issue Apr 24, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@lazize
Copy link

lazize commented Apr 24, 2024

Is your feature request related to a problem? Please describe.
We are ending support for Python 3.8 in Lambda on October 14, 2024. This follows Python 3.8 End-Of-Life (EOL) which is scheduled for October, 2024 [1].

As described in the Lambda runtime support policy [2], end of support for language runtimes in Lambda happens in several stages. Starting on October 14, 2024, Lambda will no longer apply security patches and other updates to the Python 3.8 runtime used by Lambda functions, and functions using Python 3.8 will no longer be eligible for technical support. Also, Python 3.8 will no longer be available in the AWS Console, although you can still create and update functions that use Python 3.8 via AWS CloudFormation, the AWS CLI, AWS SAM, or other tools. Starting February 28, 2025, you will no longer be able to create new Lambda functions using the Python 3.8 runtime. Starting March 31, 2025, you will no longer be able to update existing functions using the Python 3.8 runtime.

We recommend that you upgrade your existing Python 3.8 functions to the latest available Python runtime in Lambda before October 14, 2024.

Describe the feature you'd like
Upgrade Lambda functions to latest Python version.

Additional context
See below all Lambda functions created by CfCT.

$ aws lambda list-functions --region sa-east-1 --output text --query "Functions[?Runtime=='python3.8'].[Funct
ionArn]" | sort
arn:aws:lambda:sa-east-1:xxxx20:function:CustomControlTowerDeploymentLambda
arn:aws:lambda:sa-east-1:xxxx20:function:CustomControlTowerStateMachineLambda
arn:aws:lambda:sa-east-1:xxxx20:function:cfct-CustomControlTowerLELambda-3Cq8lrhazVTx

CfCT version: (SO0089) - customizations-for-aws-control-tower Solution. Version: v2.7.0

@lazize lazize added the enhancement New feature or request label Apr 24, 2024
@minosmlee
Copy link

Hello~
Is this issue in progress?
Many customers are asking when it will be updated.

@wiltangg
Copy link
Collaborator

wiltangg commented Jun 3, 2024

Hi all, newest patch v.2.7.1 (release notes) included changes to update the Lambda runtimes. To consume the updates, please perform an update to your CfCT deployment stack.

I am going to resolve this issue, please reopen if there are follow up questions.

@wiltangg wiltangg closed this as completed Jun 3, 2024
@lazize
Copy link
Author

lazize commented Jun 4, 2024

Was it updated to use Python 3.11?
If so, why? Why not use the latest current version that is 3.12?

@VirginiaGraciano
Copy link

Does this mean that customer must do the update itself? or will AWS send an update time as with previous versions like 3.6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants