aws-solutions / cloud-migration-factory-on-aws

The Cloud Migration Factory on AWS solution is designed to coordinate and automate manual processes for large-scale migrations. This solution helps enterprises improve performance and prevents long cutover windows by providing an orchestration platform for migrating workloads to AWS at scale.
https://aws.amazon.com/solutions/implementations/cloud-migration-factory-on-aws/
Apache License 2.0
60 stars 63 forks source link

Lambda Runtime Python 2.7 EOL #3

Closed tylangesmith closed 3 years ago

tylangesmith commented 3 years ago

This solution implements functions which use the python2.7 runtime. This is becoming EOL on July 15th. Let's update the version to that latest supported python version.

https://aws.amazon.com/blogs/compute/announcing-end-of-support-for-python-2-7-in-aws-lambda/

wallylv commented 3 years ago

Thanks for the heads-up, we have updated the Lambda function to use Python 3.7 in the latest release today