You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.