A runnable Glisten example program
Required software:
- Maven
- JDK
Additional requirements:
- AWS account
- AWS credentials stored in ~/AwsCredentials.properties with two properties -- accessKey and secretKey
To run:
- mvn compile
- mvn exec:java
All code is in com.faceture.glisten.GlistenExample.groovy (https://github.com/xnickmx/GlistenRunnableExample/blob/master/src/main/groovy/com/faceture/glisten/GlistenExample.groovy)