Skip to content

Files

20 lines (15 loc) · 901 Bytes

python-programming-model.md

File metadata and controls

20 lines (15 loc) · 901 Bytes

Building Lambda Functions with Python

The following sections explain how common programming patterns and core concepts apply when authoring Lambda function code in Python.

Python Runtimes

Name Identifier
Python 3.6 python3.6
Python 3.7 python3.7
Python 2.7 python2.7

Topics