Skip to content

Lambda and Python use Email from AWS Subject: [Action Required] AWS Lambda end of support for Python 3.7 [AWS Account: 946642883953] [US-WEST-1]

0

We basically just use a RDS SQL Database and s3 storage for our database backups. We restore old backups when we want to look at historical data. I access the data through a local sql management client.

Does anyone know why I would get this warning about Lambda Python 3.7 use?

Thanks,

Don

asked 2 years ago537 views
2 Answers
0

Hello.

Lambda Python3.7 will be deprecated on "Nov 27, 2023".
The email you received is probably a notice of deprecation.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Since it is still in phase 1 of deprecation, you can still use it, but security patches etc. will no longer be updated.
If you enter phase 2 of deprecation, you will no longer be able to update Lambda, so we recommend updating your Python version.
Please check the following documentation for runtime updates.
Basically, before upgrading, we recommend that you test whether your current code works with the new version.
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html

EXPERT
answered 2 years ago
0

Similar query related to Lambda functions with Python runtime 3.9 This script will help https://repost.aws/articles/ARRCAyrRH9TTGsKWasFzdbdw/automated-migration-script-for-aws-lambda-python-3-9-end-of-support. Checkout the enhanced version in the link if you run multiple regions and multiple AWS accounts

AWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.