Support for Python 2.7 runtime on AWS Lambda (as of 2020.1)

End of support for Python 2.7

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.

Support for Python 2.7 runtime on AWS Lambda

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

Support for Python 2.7 runtime on AWS Lambda (as of 2020.1)
Run Python on Schedule on AWS Lambda
Posted as an attachment to Slack on AWS Lambda (Python)
Post images of Papillon regularly on Python + AWS Lambda + Slack
Best practice for logging in JSON format on AWS Lambda / Python
[Python] Run Headless Chrome on AWS Lambda
[Linux] Review of commands for deploying on AWS
Periodically run a python program on AWS Lambda
Summary of studying Python to use AWS Lambda
Summary of points I was addicted to running Selenium on AWS Lambda (python)
Check types_map when using mimetypes on AWS Lambda (Python)
Deploy Python3 function with Serverless Framework on AWS Lambda
Create a Layer for AWS Lambda Python with Docker
I want to AWS Lambda with Python on Mac!
Procedure for creating a Line Bot on AWS Lambda
About Fabric's support for Python 3
[Python] Scraping in AWS Lambda
Handling of python on mac
Run AWS IoT Device SDK for Python on Raspberry Pi
Simulation of late damages for child support delinquency with python
Memo of python + numpy/scipy/pandas/matplotlib/jupyterlab environment construction on M1 macOS (as of 2020/12/24)
Summary of Hash (Dictionary) operation support for Ruby and Python
[Python] Allow pip3 packages to be imported on AWS Lambda
[Python] Visualize overseas Japanese soccer players on a map as of 2021.1.1
[Python machine learning] Recommendation of using Spyder for beginners (as of August 2020)
Summary if using AWS Lambda (Python)
Touch AWS Lambda environment variable support
xgboost (python) on EC2 Spot instance environment prepared by AWS Lambda
Write AWS Lambda function in Python
Support when installing pillow on python3.9
Things to note when running Python on EC2 from AWS Lambda
boto3 (AWS SDK for Python) Note
Environment construction of python3.8 on mac
AWS Layer Creation Script for python
Install confluent-kafka for Python on Ubuntu
Notify HipChat with AWS Lambda (Python)
Introductory table of contents for python3
[For Python] Quickly create an upload file to AWS Lambda Layer
Record of Python introduction for newcomers
Use AWS lambda to scrape the news and notify LINE of updates on a regular basis [python]
I easily built an operating environment for Python3 + Tornado on AWS EC2.
Procedure from AWS CDK (Python) development to AWS resource construction * For beginners of development
Prepare the environment of Chainer on EC2 spot instance with AWS Lambda
[Python] Reason for dtype "int32" in Numpy (Windows environment) (as of September 2020)
Notes for using OpenCV on Windows10 Python 3.8.3.
[AWS] Using ini files with Lambda [Python]
[Python] Minutes of study meeting for beginners (7/15)
Notes on nfc.ContactlessFrontend () for nfcpy in python
Install python library on Lambda using [/ tmp]
Summary of various for statements in Python
Pandas of the beginner, by the beginner, for the beginner [Python]
Summary of useful techniques for Python Scrapy
Study on Tokyo Rent Using Python (3-1 of 3)
Connect to s3 with AWS Lambda Python
[Python] Japanese localization of matplotlib on Ubuntu
Summary of how to write AWS Lambda
Python + Selenium + Headless Chromium with aws lambda
Python> function> Example of taking function as an argument> map (lambda x: 2 ** x, [1, 2, 3]) / locals () ['myprint'] (3.1415, 2.718)
Prepare the development environment for Python on AWS Cloud9 (pip install & time change)
A story about cross-compiling a python package for AWS Lambda and deploying it serverless
A memo of a tutorial on running python on heroku