I maintain a project which developed by python2.7
Now, I want to distribute the project using codecommit, codebuild and cloudformation services.
I run a demo which is using python3.8 runtime environment perfectly,
but if I change the environment to python2.7,
it can't run correctly.
So, I want to know is that does aws codebuild still support python2.7 yet?