I’d like to install dynamodb-local, a localhost version of AWS DynamoDB, on the circleci host, so that my tests will be faster, more reliable and not risk connecting to my actual AWS account. I have this working locally on my personal Macbook Pro, but I’m not sure how to install dynamodb-local on circleci.
Here are some links:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
Thoughts? A tutorial written by you would be awesome …
Thanks!