We have an application stack using Java/Scala and Python lambdas. Only problem is, this means the python source ends up in the same lambda-src directory as the java (which is significant in package size).
Is there a way we can keep these two frameworks separate?