Closed joelperry93 closed 8 years ago
You create the jar file by running mvn install
. You can find the jar file in the target folder after running mvn install
.
The default credential provider chain is used in the implementation, which means you can use any of the methods described in the AWS SDK documentation to pass credentials.
Thanks :)
You can use the following maven command to create and run the jar in one step: mvn exec:java -Dexec.mainClass="com.amazonaws.dynamodb.bootstrap.CommandLineInterface"
There aren't any instructions on how to create the jar file And there's no instructions on how to provide my AWS credentials