An official formula for dynamodb-local
existed, but was removed since dynamodb-local is not open source and stopped having versions.
Now its available either through a Cask, or by installing it as a formula from an unofficial tap (third party repo).
When installed as a cask dynamodb-local cannot be exposed as a service, so here we are installing it as a formula. It has been forked from rjcoelho/homebrew-boneyard and updated to be a head-only formula, to avoid checksum erros on new versions. It is available at dgoguerra/homebrew-boneyard.
# dynamodb-local depends on Java 6+
brew cask install java
# Install as a head-only formula
brew install --HEAD dgoguerra/boneyard/dynamodb-local
# Launch its service
brew services start dgoguerra/boneyard/dynamodb-local
For more info about dynamodb-local and an admin interface for it, see: https://github.com/tongueroo/jets/wiki/Dynamodb-Local-Setup-Walkthrough
# Install admin GUI
npm install dynamodb-admin -g
# Run admin GUI and open it in a browser
dynamodb-admin & open http://localhost:8001 && fg
brew services start dgoguerra/boneyard/dynamodb-local
was not working any more. brew cask is not working too.I did use
brew install dynamodb-local
for installdynamodb-local