Created
November 23, 2015 14:07
-
-
Save ryanfitz/5aa22bf338890fd620c9 to your computer and use it in GitHub Desktop.
connect vogels to local dynamo db instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var opts = { endpoint : 'http://dynamodb-local:8000', apiVersion: '2012-08-10' }; | |
var localDynamo new AWS.DynamoDB(opts); | |
vogels.dynamoDriver(localDynamo); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment