I have an AWS Java 11 Lambda. I need to run on my Lambda both Java 11 and Python 3.10. Is there an out-of-the-box option to do that (without creating a custom runtime env or downloading a pre-built python binaries to my java AWS Lambda)?
I saw this link from 2 years ago - AWS lambda with both python and java language support back then I know it wasn't possible, but maybe now it is?