We have a legacy Java project we might run as an AWS lambda function. However, this project does not use Maven, and we are not very interested (read: hard pass) in adding Maven to it, in any form. (We do not use Java for new projects, and have no desire to add complexities.)
Is there a way to run a Java project in lambda without using Maven?