AWS Lambda Supports Python 3.6

Posted on: Apr 18, 2017

You can now develop your AWS Lambda functions using Python 3.6. This feature will become available in all AWS Lambda regions within 24 hours.

You simply upload your Python code as a ZIP using the AWS CLI or Lambda console and select the "python3.6" runtime. You can also use the AWS Serverless Application Model to package and deploy Lambda functions. Lambda takes care of everything required to run and scale your code with high availability.

Read about the Python programming model in the AWS Lambda documentation. Please visit our product page for more information on AWS Lambda.