mvn package
to compile to a jar. (We may setup a continuous integration at some point)
-
Install Maven.
-
Clone this repository.
-
Import/Create Maven project from this existing source.
IntelliJ:
- File > New > Project from existing sources
- Open
pom.xml
- Default configuration should be fine
- Select a Java SDK. You may have to click the plus and select the jdk directory
- Whatever project name
- Wait for the project to finish importing and dependencies to finish downloading (any "processes running" should be done)
- Open
test/java/Playground.java
. Run > Run, select Playground. The project should compile and the Playground file should be executed
-
To set up credentials on a local machine, add file to:
~/.aws/config
on Linux, macOS, or UnixC:\Users\[USERNAME]\.aws\config
on Windows