Does AWS NodeJS 14.x lambda runtime have python installed? I'm using a custom layer with AWS-CLI but it can't use python.
If I have to include python3 into the AWS-CLI Layer, how can I copy the python3 files needed? I think we need to compile python3 so it uses custom lib paths.