Hacker News new | ask | show | jobs
AWS Lambda Update: Python, VPC, Increased Function Duration, Scheduling (aws.amazon.com)
8 points by ZiadHilal 3905 days ago
1 comments

Python 2.7? Really? Why not 3.4!
I believe Lambda runs on AWS linux distributions, and 2.7 is the default Python version for those [1].

1. https://aws.amazon.com/amazon-linux-ami/2015.03-release-note...

Python 3.4? Really? Why not 3.5!