Python 2.7 is no longer supported on January 1, 2020. (PEP 373) The final release of the 2nd series, python 2.7.18, is scheduled for April 2020.
The Python 2.7 runtime on AWS Lambda will be deprecated as of January 2020 It has not been announced and can still be created, updated and run.
Python 2.7 reached end-of-life on January 1st, 2020. However, the Python 2.7 runtime is still supported and is not scheduled to be deprecated at this time.
Runtime Support Policy https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html
Also, the AWS Compute Blog on January 2nd has important security patches until at least December 31, 2020. It has been announced that it will be provided.
To allow you additional time to prepare, AWS Lambda will continue to provide critical security patches for the Python 2.7 runtime until at least December 31, 2020.
Continued support for Python 2.7 on AWS Lambda https://aws.amazon.com/jp/blogs/compute/continued-support-for-python-2-7-on-aws-lambda/
However, these correspondences are for the Python interpreter and standard library. If you are using a third-party library, that part is not covered.
As of January 2020, AWS Lambda will continue to be supported as a runtime Given these situations, if your Python 2.7 Lambda function is running It is necessary to proceed with the transition to the Python3 series.
that's all. I'm glad if you can use it as a reference.
Recommended Posts