# Query Parse Render Service Lambdas Lambda handlers for the query parse/render service, written in Java to allow the use of the Presto Parser library. ## Prerequisites - Java 1.8+ - Apache Maven ## Development ### Building the project ``` mvn clean install ``` ### Run Tests ``` mvn clean test ``` ### Clean ``` mvn clean ```