splunk / splunk-aws-project-trumpet

MIT License
95 stars 31 forks source link

AWS is deprecating Python 2.7 on July 15, 2021 #35

Open bootswithdefer opened 3 years ago

bootswithdefer commented 3 years ago

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

You should upgrade you existing Python 2.7 functions to Python 3 before this date. Failure to upgrade will not stop functions from being invoked, but will impact your ability to update existing functions using Python 2.7.

anushjay commented 3 years ago

Thanks @bootswithdefer. I believe most of our functions are already using python 3.7 during runtime.