Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 309 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 309 Bytes

lambda_runtime_py27

how to run a lambda in AWS with python 2.7 after deprecation

You can run a lambda in AWS using any runtime you wish, including deprecated ones. If you wish to keep using PY2.7 - this is how you create a docker image with py2.7 official runtime and execute a function as a lambda.