Skip to content

Instantly share code, notes, and snippets.

@flannon
Created November 25, 2016 16:15
Show Gist options
  • Save flannon/c59d32f1fbba0c9cfd32e50ace88fe5a to your computer and use it in GitHub Desktop.
Save flannon/c59d32f1fbba0c9cfd32e50ace88fe5a to your computer and use it in GitHub Desktop.
dynamodb-local-startup
#!/bin/bash
# After installing dynamodb-local with brew you can start it with
# the following command
#
java -Djava.library.path=/usr/local/Cellar/dynamodb-local/2016-05-17/libexecynamoDBLocal_lib -jar /usr/local/Cellar/dynamodb-local/2016-05-17/libexec/DynamoDBLocal.jar -port 9000 -dbPath /opt/dynamodb-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment