Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"brew install dynamodb-local" causes "No formulae found in taps"

Full output:

Error: No available formula with the name "dynamodb-local" 
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

Homebrew version 1.1.10

OS version 10.11.6

Thanks for any help

like image 764
stackoverflower Avatar asked Mar 01 '17 17:03

stackoverflower


2 Answers

Amazon distributes DynamoDB Local on their documentation website and over a custom Maven repository (details also in the documentation website), but not with Homebrew.

like image 109
Alexander Patrikalakis Avatar answered Oct 17 '22 20:10

Alexander Patrikalakis


Since amazon stopped producing versioned links and the package is technically not opened sourced the homebrew maintainers removed it. More info here https://github.com/Homebrew/homebrew-core/pull/9175.

like image 31
alock Avatar answered Oct 17 '22 22:10

alock