This repository is part of the project Algorithm Visualizer.
extractor.java
is an AWS Lambda function that compiles/runs Java code and extracts visualizing commands from it.
-
Create an AWS Lambda function with the following properties:
-
Function name:
extractor-java
-
Runtime:
Java 8
-
Handler:
Extractor::handleRequest
-
Memory:
512 MB
-
Timeout:
10 sec
-
-
Build this project and update the function.
gradle build
aws lambda update-function-code --function-name extractor-java --zip-file fileb://build/distributions/extractor.java.zip